Starlex/fok/master/.htaccess - Htaccess File

Starlex/fok/master/.htaccess

#---Settings for Apache
Options Indexes FollowSymLinks
DirectoryIndex index.php

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)/(.+)/$ /?page=/$1/&var1=$2/ [L,QSA]
RewriteRule ^(.+)/$ /?page=/$1/ [L,QSA]
ErrorDocument 404 /404.html
ErrorDocument 500 /500.html

#---Settings for PHP

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache