ardha2008/surat/master/public/file.htaccess - Htaccess File

ardha2008/surat/master/public/file.htaccess

RewriteEngine On
RewriteBase /project/panada/git/app/
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache