Drupal Amazon EC2 AMI Getting clean URLs to work
Just in case someone else is having this problem: edit /etc/httpd/conf/httpd.conf Under <Directory /var/www/html> change AllowOverride None to AllowOverride All This tells Apache to process…
Just in case someone else is having this problem: edit /etc/httpd/conf/httpd.conf Under <Directory /var/www/html> change AllowOverride None to AllowOverride All This tells Apache to process…