Forum Moderators: phranque
Anyone expert on rewrite rules? I hope so as I really need help with this.
I've been given some code below but need to change how it works - please see...
RewriteRule ^.*L([0-9]+)\.html$ /Detailed/$1.html [L]
This rewrite make this: /go/easter_L11.html
fetch a file called: /go/11.html
Now I need to change the first part of the rewrite so this: /go/11_easter.html
goes to /go/11.html
I hope I made this clear - boy this stuff is confusing!
There sure are some who know about mod_rewrite! Here's a great basic tutorial that you're sure to find helpful:
[webmasterworld.com...]