ok i copied your code nd changed the X and it still doesn't work. But when i upload my site it doesn't show its uploading the .htaccess file
ok i copied your code nd changed the X and it still doesn't work. But when i upload my site it doesn't show its uploading the .htaccess file
AuthType Basic
AuthName "My Secret Folder"
AuthUserFile /home/oliv272/public_html/.htpasswd
<Files X.php>
Require valid-user
</Files>
still not working I'm not even sure if front page has uploaded the .ht pages to my site
Well, they are doing some more upgrades, etc. That might be messing with uploads.
Maybe you should put off this for awhile.
Nothing is always absolutely so.
ok thanks for the help its really apreciated
Hi websitedude,
Can edit the file .htaccess adn check for FrontPage in that file make it
Most probably it will be at top with
Give some space in between Front and page so that the cpanel won't think that the front page extensions are installed.# -FrontPage-
Actually this is the problem with the Front page extensions with new Cpanel version. This feature is not allowing when Frontpage extension are installed the password protected directories will be disabled.
Anyway the above FrontPage word is a comment so no problem with it.
Try this.
* This is temporarily enabling the Password protected directories. Till any permanent solution is there you can use this
Last edited by Gouri; 03-17-2010 at 01:03 PM. Reason: updated information
If you feel my post is useful then clickto give Reputation (bottom left corner of this post)
X10 Hosting | News and Announcements | Premium Hosting | VPS Hosting | Prime Membership
Tech Community | Gouri
sorry I am not following you on this where is the front ppage bit that needs changing
If you feel my post is useful then clickto give Reputation (bottom left corner of this post)
X10 Hosting | News and Announcements | Premium Hosting | VPS Hosting | Prime Membership
Tech Community | Gouri
in it there is nothing about front page the whole code in the file is :
AuthType Basic
AuthName "My Secret Folder"
AuthUserFile /home/oliv272/public_html/.htpasswd
<Files X.php>
Require valid-user
</Files>
Last edited by websitedude; 03-17-2010 at 01:07 PM.
If you feel my post is useful then clickto give Reputation (bottom left corner of this post)
X10 Hosting | News and Announcements | Premium Hosting | VPS Hosting | Prime Membership
Tech Community | Gouri
How are you accessing the files? FTP or cPanel?
What address are you using to get there?
Nothing is always absolutely so.