alayron/default_project_boilerplate/master/.htaccess - Htaccess File

alayron/default_project_boilerplate/master/.htaccess

RewriteEngine on

# Frontend Controller Pages

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule  ([a-zA-Z0-9_-]+)$    /default_project_boilerplate/index.php?content=$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache