I moved our expressionengine site from the dev server to the live. Both are running Red Hat Enterprise, but are with different providers. I’ve used the tutorial to create an htaccess file to remove index.php, but on the new server any htaccess settings are ignored on the web root (/var/www/html/).
I know this isn’t an apache support site, but any ideas would be welcome. The Directory entries in httpd.conf are:
<Directory >
Options FollowSymLinks
AllowOverride none
</Directory>
<Directory /var/www/html>
AllowOverride All
</Directory>
What am I missing?