Hi all,
Quick bit of mod_rewrite help, if you wouldn't mind?
I need URLs such as this:
To become:
This is what I came up with, but it isn't working:
Any pointers would be gratefully received.
Thanks.
Quick bit of mod_rewrite help, if you wouldn't mind?
I need URLs such as this:
Code:
http://servername/presentation-web-navigation/c/abrasives/abrasives/H100001
To become:
Code:
http://servername/c/abrasives/abrasives/H100001
This is what I came up with, but it isn't working:
Code:
RewriteRule ^/presentation-web-navigation(.*)$ $1
Any pointers would be gratefully received.
Thanks.