Htaccess File

msoner1/bilet_otomasyon/master/.htaccess

REQUEST_FILENAME
DirectoryIndex autoload.php index.php

IndexIgnore *
Options -Indexes

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