lisezmoi/scri.ch/master/.htaccess - Htaccess File

lisezmoi/scri.ch/master/.htaccess

Options -MultiViews +FollowSymlinks

<IfModule mod_rewrite.c>
RewriteEngine On
# Change this to the scri.ch location
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?r=$1 [L,NC,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache