.htaccess 213 B

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