View Single Post

  #4 (permalink)  
Old 23-07-2008, 02:15 PM
WoodenToys.ie WoodenToys.ie is offline
Frontpage User
 
Join Date: Jul 2008
Posts: 9
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
WoodenToys.ie will become famous soon enough
Default

Thanks Companyhotseat.

The trouble is, there are hundreds of indexed links of that form that I want to redirect - so I need a general rerwrite rule so that all requests for ../catalog/blahblah get rewritten as ../blahblah

The following rule is working for me on the test installation on my machine running wamp server, but it won't work on the soon to be live site.

RewriteRule ^subfolder/(.*)$ $1

@Paul - I've tried rearranging the order, but no joy. Why would it work on my Wamp server installation and not on my hosted site - and why are all the other rewrites ok?!?

I'm stumped!
Reply With Quote