jonasalbert
7/3/2019 - 3:53 AM

Redirect all requests to non-existent files and directories to home page

Redirect all requests to non-existent files and directories to home page
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /