RewriteEngine on RewriteRule "(^|/)\.(?!well-known\/)" 404 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*)$ index.php [L,QSA]