0

I have old links like this

/folder/page/(dynamic q)

I want to redirect to a new links

/newfolder/newpage?q=(dynamic q)

how can I do this

moeezed
  • 65
  • 5

1 Answers1

0

I have tried to do this with the IIS rewrite module and ran into a couple of problems when i found out about HelliconAPE. This program enables you to use normal .htaccess files as you would on an apache server.

Manuel
  • 10,153
  • 5
  • 41
  • 60