I'm trying to get the following to work but the host says that it can't because of their server config: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /subdir/test/test.php [L] Would there be another way to write the above that also might work? Many thanks