Options -MultiViews -Indexes RewriteEngine On # If the file or folder exists, serve it RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Otherwise rewrite to index.php RewriteRule ^ index.php [L] SetHandler application/x-lsphp81