.htaccess 211 B

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