bsanchezdev/radio/dev/.htaccess - Htaccess File

bsanchezdev/radio/dev/.htaccess

RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    #RewriteRule ^(.*)$ index.php/$1 [L]
    RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
    ErrorDocument 404 index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache