hofratsuess/thedigitalbrothers_redirect/master/.htaccess - Htaccess File

hofratsuess/thedigitalbrothers_redirect/master/.htaccess

Options +FollowSymLinks
RewriteEngine on

RewriteCond %{REQUEST_URI} !^/$
RewriteRule ^(.*)$ http://hofratsuess.ch/$1 [R=301,L]

RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^$ http://hofratsuess.ch/blog [R=301,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache