Yes, they are fully supported. You can see an example for such a redirect by pasting this information on your .htaccess file: Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] # Rewrite URL to forward to a folder RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ foldername/$1 [L,QSA]

Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution