.htaccess

Remco yellowdog-general@lists.terrasoftsolutions.com
Thu Sep 12 14:12:01 2002


Hello Scott

You need to tell apache that he may use the .htaccess files
You do this by changing the line AllowOveride .... to AllowOveride All
This is done in the /etc/httpd/conf/httpd.conf file on the document root of your webpages.

Grtz,Remco

here is an example of the lines you have to change
In your httpd.conf there is a few lines like this:

Directory "/var/www/html">

#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
#    Options Indexes FollowSymLinks
    Options All

#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
    AllowOverride All

#
# Controls who can get stuff from this server.
#
    Order allow,deny
    Allow from all
</Directory>




----- Original Message ----- 
From: "Scott Truitt" <scott@conbro.com>
To: <yellowdog-general@lists.terrasoftsolutions.com>
Sent: Thursday, September 12, 2002 9:25 PM
Subject: .htaccess


> I have a machine running ydl 2.3 and i have set up htaccess on it twice 
> using apaches doc and then the internet. This is a pretty simple thing 
> to do but it doesn't seen to work. Is there an issue with 2.3 or 
> somthing i need to turn on in apache conf? Please help
> Thanx
> Scott
> 
> _______________________________________________
> yellowdog-general mailing list
> yellowdog-general@lists.terrasoftsolutions.com
> http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
>