Community Documentation

Extra info

Last updated January 17, 2008. Created by rbl on January 17, 2008.
Log in to edit this page.

Actually there's another issue caused by the default Apache configuration where the AllowOverride value is set to None

Open your httpd.conf file (I use the command pico /etc/httpd/httpd.conf)
look for:

# 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 None

and set allowoverride to All

Save, restart apache and you're set!

About this page

Drupal version
Drupal 6.x
Drupal’s online documentation is © 2000-2012 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License.