| Posted: 21 September 2008 at 3:03pm | IP Logged
|
|
|
I have a http://staging.mysite.com site set up (new version of our website in a folder caled staging) with a .htaccess file running that works great.
I have pointed iis for www.mysite.com to the staging folder which puts the new website live, but the rewrites do not work I get a 404 error. As I haven`t moved anything over and just pointed the home directory in iis to the working staging folder containing the .htaccess and website files I thought this would work.
My htaccess file doesn`t specify any domains
RewriteBase /
RewriteRule ^tobuy/([^/]+)(?:/([^/]+))?/?$ tobuy.asp?page=$1&subpage=$2 [NC,L]
Do I need to specify something in IIS or isapi?
|