SourceMashup/C4/master/.htaccess - Htaccess File

SourceMashup/C4/master/.htaccess

Options +FollowSymLinks
RewriteEngine on

RewriteRule ^_config/_assets  - [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