radoid/subframe/master/v5.3/public_html/.htaccess - Htaccess File

radoid/subframe/master/v5.3/public_html/.htaccess

# All the addresses that don't refer to actual files are handled through index.php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*)  index.php/$1  [L]

# Errors are presented by the controller named Errors
ErrorDocument 400  /index.php/errors
ErrorDocument 401  /index.php/errors
ErrorDocument 403  /index.php/errors
ErrorDocument 404  /index.php/errors

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache