marcusball/template/master/www/.htaccess - Htaccess File

marcusball/template/master/www/.htaccess

RewriteEngine On
DirectoryIndex index.php

RewriteRule ^server/.*$ index.php
RewriteRule ^include/.*$ index.php
RewriteRule ^page-(content|functions|include)/.*$ index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache