msoner1/bilet_otomasyon/master/admin/.htaccess - Htaccess File

msoner1/bilet_otomasyon/master/admin/.htaccess

DirectoryIndex autoload.php index.php

IndexIgnore *
Options -Indexes

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ otobus/admin/autoload.php?request=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache