comodojo/comodojo/master/public/.htaccess - Htaccess File

comodojo/comodojo/master/public/.htaccess

### BEGIN COMODOJO CONFIG ###
<IfModule mod_rewrite.c>
Options +FollowSymLinks
IndexIgnore */*
# Turn on rewrite engine
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|apps|themes|assets|robots.txt)
# Do rewrite!
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
</IfModule>
#### END DISPATCHER CONFIG ####

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache