<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?nmygel51.mywhc.ca$
RewriteCond %{REQUEST_URI} !^/hbtrnst/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /hbtrnst/$1
RewriteCond %{HTTP_HOST} ^(www.)?nmygel51.mywhc.ca$
RewriteRule ^(/)?$ hbtrnst/index.php [L]
</IfModule>
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteCond %{HTTP_HOST} ^(www.)?hubtransit.org$
#RewriteCond %{REQUEST_URI} !^/hbtrnst/
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ /hbtrnst/$1
#RewriteCond %{HTTP_HOST} ^(www.)?hubtransit.org$
#RewriteRule ^(/)?$ hbtrnst/index.php [L]
#</IfModule>