//flex table opened by JP

Click to See Complete Forum and Search --> : htaccess problems


lastrezort
04-23-2003, 11:15 AM
I'm having problems installing the htaccess file on my server...

If I want to protect my c:\blah\blah\blah directory, what do I have to write in my htacces file???

Also, the password thingy...

I don't understand how the encryption works or even how to make it work...

Could anyone send instructions PLEASE???

DocEvi1
04-23-2003, 11:32 AM
Originally posted by lastrezort
Also, the password thingy...

love the description :p

you know, google is a wonderful tool, http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=htaccess first on the page - a comprehensive guide to htaccess :rolleyes:

Stefan

lastrezort
04-23-2003, 12:13 PM
And you don't think I tried that??? :mad: I only post here when I have problems!

DocEvi1
04-23-2003, 12:59 PM
nope I didn't. When you write a problem with as little information in as you did one assumes you are starting from the beginning.

You need to give us more information on what you have tried, what errors you are getting....before we can start to help you.

Stefan

slam
04-23-2003, 01:29 PM
this is what my htaccess file has:
authuserfile /usr/local/apache/passwd/.htpasswd
authtype basic
authname enterpassword
authgroupfile /dev/null
<limit get post>
require user username
</limit>

this is a very basic access file.