SetEnv PHP_VER 7 SetEnv REGISTER_GLOBALS 0 Options -Indexes Options +FollowSymLinks ErrorDocument 404 /index.php RewriteEngine On RewriteRule ^(favicon\.ico|robots\.txt|sitemap\.xml) - [NC,L] RewriteCond %{REQUEST_FILENAME} -f RewriteRule /*\.(css|js|gif|png|jpe?g|ico)$ - [NC,L] RewriteRule ^(.*)$ index.php [QSA,L]