Just in case someone else is having this problem:
- edit
/etc/httpd/conf/httpd.conf - Under
<Directory /var/www/html>
changeAllowOverride NonetoAllowOverride All
This tells Apache to process Drupal’s .htaccess file.
Just in case someone else is having this problem:
/etc/httpd/conf/httpd.conf<Directory /var/www/html>AllowOverride None to AllowOverride AllThis tells Apache to process Drupal’s .htaccess file.