MSUM-ACM/TechLibrary/master/.htaccess - Htaccess File

MSUM-ACM/TechLibrary/master/.htaccess

Options +FollowSymLinks
RewriteEngine on

RewriteRule ^_config/_assets  - [L]
RewriteRule ^_css/.*.css  - [L]
RewriteRule ^_js/.*.js  - [L]
RewriteRule ^_img/.*.(svg|jgp|png|ico)  - [L]

RewriteRule README.md index.php [QSA,L]

RewriteCond %{REQUEST_URI} ^/_.*
RewriteRule .* index.php [QSA,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache