jsocol/maveric/master/.htaccess - Htaccess File

jsocol/maveric/master/.htaccess

php_flag display_errors on

## REWRITE FOR MAVERIC ##
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) /index.php
## END REWRITE FOR MAVERIC ##

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache