hotarzhang/xy/master/.htaccess - Htaccess File

hotarzhang/xy/master/.htaccess

RewriteEngine on
# If a directory or a file exists, use it directly
RewriteCond %{HTTP_HOST} ^xinyeweb.com$
RewriteRule ^(.*)$ http://www.xinyeweb.com/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Otherwise forward it to index.php
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache