Hi I have a problem. I want to get all requests to redirect to index file in main directory and I\'ve achieved this but there are problems with relative paths. When I pu
RewriteCond %{REQUEST_FILENAME} !-f RewriteRule . index.php [L]
Should obviously work despite the comments.
Try to add the RewriteLog and RewriteLogLevel directive to give us better details.