ATrigger/BreedWEB/master/.htaccess - Htaccess File

ATrigger/BreedWEB/master/.htaccess

AddDefaultCharset UTF8
Redirect /parser.php /parser
Options -Indexes
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteRule i/(.*) application/public/i/$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache