Free Software Server Environment : AllowOveride

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :

AllowOveride

To allow local .htaccess files to overide your global default settings defined in httpd.conf you need to change the "AllowOveride" setting
of the default /var/www/html website

# vi /etc/httpd/conf/httpd.conf

and find the section beginning
<Directory "/var/www/html">

Options Indexes FollowSymLinks

change
AllowOverride None

to
AllowOverride All


Order allow,deny
Allow from all

</Directory>

save the file and then
# service httpd restart

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0315 seconds