1000web/olimp/master/.htaccess - Htaccess File

1000web/olimp/master/.htaccess

Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on

#RewriteCond %{HTTP_HOST} ^olimp2014.net
#RewriteRule (.*) http://www.olimp2014.net/$1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache