Website design and marketing news, hints and tips
Posts tagged helicon
Helicon root redirect
Nov 30th
Another quick issue…I needed to use Helicon 3.x to redirect the root of a website to a subfolder…
Here is the code
RewriteBase
RewriteCond %{HTTP_HOST} ^(?:www\.)?mywebsite\.com$ [NC]
RewriteRule ^/?$ http://www.mywebsite.com/myfolder [R=301,L]