Jump to content

[SOLVED] .httacess


phpidiot5

Recommended Posts

It's not working. im trying to protect my site for just me and my friends but htacess and htpasswd files arent working.I am not prompted for a username and password. ive tried like 5 tutorials and none work. If anyone could possibly explain step by step id appreciate it.

Link to comment
Share on other sites

Not really enough information given for thorough answer...

 

Try the following to get .htaccess working

 

http://httpd.apache.org/docs/2.0/howto/htaccess.html

 

Ensure you have an AllowOverride statement (if in doubt set AllowOverride All in the server config (httpd.conf) but ensure it apples to the area you're trying to secure - use a <Directory ...> or <Location ...> statement to wrap this)

 

http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride

 

When this directive is set to None, then .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the filesystem.

 

When this directive is set to All, then any directive which has the .htaccess Context is allowed in .htaccess files.

 

Then, once working try the following for authentication ...

http://httpd.apache.org/docs/2.0/mod/core.html#authtype  (authname, require, etc...)

http://httpd.apache.org/docs/2.0/howto/htaccess.html#auth - authentication example

 

If you own the server and have access to the main server config this would be better done in the main server config file rather than using .htaccess.  http://httpd.apache.org/docs/2.0/howto/htaccess.html#when - when not to use .htaccess files

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.