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!