netherphp/website/master/www/.htaccess - Htaccess File

netherphp/website/master/www/.htaccess

################################################################################
## system settings #############################################################

RewriteEngine On
RewriteBase /

################################################################################
## monticello router ###########################################################

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !^/(share|themes)
RewriteRule ^(.*)$ /index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache