Quantcast
Channel: Comments for The Developer's Tidbits
Viewing all articles
Browse latest Browse all 373

Comment on Tuckey URLRewrite How-To by Ben

$
0
0

<rule>
<from>^/some/olddir/(.*)$</from>
<to type="redirect">/very/newdir/$1</to>
</rule>

<from>^/XYZ/select?(.*)$</from>
<to type=”redirect”>/ABC/select?$1</to>


Viewing all articles
Browse latest Browse all 373

Trending Articles