Harro Verton wrote on Wednesday 11th of July 2012:If you're not getting a fuel 404 error, then your rewriting doesn't work and index.php isn't called. You could test that using http://app1.domain.com/index.php/test which should work if everything is installed correctly.
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] </IfModule>
It looks like you're new here. If you want to get involved, click one of these buttons!