Hi folks,
Trying to find out the rewrite rules that I should use for my .htaccess file that is on on a Zeus server. I've tried a number of things, but it just won't work.
I was told by the host that "Fileinfo directives are supported in .htaccess".
I know it's not correct, but this is what I'm currently using (with no luck):
AllowOverride All
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Options +FollowSymlinks
Any help would be appreciated.