Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.htaccess under windows

Status
Not open for further replies.

miike

Technical User
Mar 12, 2002
1
GB
Hi ...

I have the apache server running under win2k and i tried to make a directory accessable only for special users ... but i had the problem that i cant create the ".htaccess" file!!

what can i do?

Miike
 
You can try 2 things...
First create a file with a name that WIN2k will accept, e.g. 'htaccess.txt', 'ht.acl' and then either...
- in a DOS window rename it to .htaccess
- or in yout httpd.conf file set this new file name as your access filename, i.e.
AccessFileName ht.acl
Good luck.
Jub
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top