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]