batazor/try-out/master/.htaccess - Htaccess File

batazor/try-out/master/.htaccess

RewriteBase /
Options All -Indexes -Includes +FollowSymLinks
AddDefaultCharset UTF-8
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.try-out.tk$ [NC]
RewriteRule ^(.*)$ http://try-out.tk%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME, REQUEST_URI

Comments

Apache