views:

12

answers:

0

Hi all,

I have a shared hosting solution, and I am trying to use Isapi re write with it.

I have two problems, the first is that when I use a .htaccess file i get an error abot IIS password not working. I think this is because there is a service called iis password installed that looks for a .htaccess file first. (I don't know what it does, didn't install it).

So I have switched to using a .httpd.ini file

The second is that my incredible simple re write file doesn't work. It works locally fine, but nothing happens:

`

Welcome to URL Rewriting! Below is an ACTIVE example rule:

RewriteEngine on

generic

RewriteRule (.*) http://www.bbc.co.uk/ ` This should work, but support aren't that helpful. Any reason why it wouldn't?