vitali-b-dev/SELEngine/master/.htaccess - Htaccess File

vitali-b-dev/SELEngine/master/.htaccess

AddDefaultCharset utf8
DirectoryIndex index.php
Options Indexes FollowSymLinks

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php?page=$1 [L,QSA]
    
Redirect 301 /selengine/config.php /selengine/

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache