Forum Moderators: open
I am on shared IIS hosting, using H-Sphere control panel. My hosting provider says that a .htprotect file will work the same as a .htaccess would in *nix.
If I put the code
RewriteEngine on
RewriteCond %{HTTP_HOST}!^www\.MY_DOMAIN\.com [NC]
RewriteRule ^(.*) [MY_DOMAIN.com...] [L]
into the .htprotect, will it be successful?
If not, how should I write it?
I got that code from a post in the thread discussing the current 'Jagger' Google update.