scyan/blog/master/.htaccess - Htaccess File

scyan/blog/master/.htaccess

# BEGIN WordPress
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?scyan.cn$
RewriteCond %{REQUEST_URI} !^/demos/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(bee)$ /demos/$1 
 

# END WordPress

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME, REQUEST_URI

Comments

Apache