zgphp/zgphp_org/master/.htaccess - Htaccess File

zgphp/zgphp_org/master/.htaccess

RewriteEngine on

RewriteBase /

RewriteCond %{HTTP_HOST} ^www.zgphp.org$
RewriteRule ^/?$ "http://zgphp.org/" [R=301,L]

RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache