I have an application that I have been running on Linux and using MultiViews
Of course there is no MultiViews for IIS so have to switch to a mod_rewrite concept. Can someone provide me how to take the below rewrite code and make it work the same in URL Rewrite?
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* loader.php [L,QSA]
Excuse the bad wrap. Don't see anything that shows how to block quote things so is one big paragraph here.
Thanks.
Steve
↧