Hokey Cokey..
Running an asp.net website, and using the rather fabby helicon ISAPI_Rewrite plugin..
The scenario is this:
Existing website at http://www.mysite.com
New code inserted as a standalone application in http://www.mysite.com/v2
After some fun and games playing with web.config inheritence I finally have the v2 app working nicely with the existing site.
Now, the new architecture has all it's gubbins in an entirely different structure, which I'd like to rewrite so it fits in better with current and future SEO etc..
So I want to go from this:
http://www.mysite.com/v2/webpages/ne.../homepage.aspx
to:
http://www.mysite.com/producthomepage.aspx
I've got a rule like this:
RewriteRule ^producthomepage.aspx\.aspx$ /v2/webpages/newproduct/homepage.aspx [I,L]
But when it does that, I end up with a 403 forbidden error..
Umm.. help?


LinkBack URL
About LinkBacks
Reply With Quote
