Lith/nofussframework/master/tests/testsite/html/.htaccess - Htaccess File

Lith/nofussframework/master/tests/testsite/html/.htaccess

# deactivate proxies from Google AppEngine (http://www.dontbeevil.fr/duplicate-content-web-proxy/)
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} AppEngine-Google [NC]
RewriteRule .* - [F]

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(js|ico|gif|jpg|png|css|zip|gz|swf)$ /index.php [L]

Options -Indexes
DirectoryIndex index.php index.html

On Github License

Files

Download PDF of Htaccess file
HTTP_USER_AGENT, REQUEST_FILENAME

Comments

Apache