I have created a new C9 AWS instance, and my .htaccess file is being ignored.
Here are the file contents:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule !.*\.php$ %{REQUEST_FILENAME}.php [QSA,L]
Here is what I have done:
- I have changed my httpd.conf to Allow All.
- I have restarted the server after making changes to httpd.conf file
- I have tried putting garbage in the .htaccess file to test it
- I have changed the default directory to match what runs in c9
Here is a picture of my httpd.conf:
Any help with this would greatly be appreciated!