HolonGlobe/HoloGram/nyo/htdocs/.htaccess - Htaccess File

HolonGlobe/HoloGram/nyo/htdocs/.htaccess

RewriteEngine on

# don't go anywhere.
RewriteRule ^hg/ - [L]
# to avoid unnecessary file existence checks
RewriteRule ^(js|css|gfx)/ - [L]
RewriteRule ^[a-z]+.php - [L]

RewriteCond %{IS_SUBREQ} false
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ hg/$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^hg/(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
IS_SUBREQ, REQUEST_FILENAME

Comments

Apache