zessx/blog/gh-pages/.htaccess - Htaccess File

zessx/blog/gh-pages/.htaccess

RewriteEngine On

RewriteCond %{HTTP_HOST} !^blog.smarchal.com [NC]
RewriteRule - http://blog.smarchal.com [R=302,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)/$ $1 [R=301,L]

RewriteRule ^/category/(.*)$ /tag/$1 [R=301,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache