| Posted: 24 August 2008 at 4:52pm | IP Logged
|
|
|
Hi,
I'm having problems getting a rewrite to work.
The url is:
shopdisplayproducts.asp?id=5653&catlinks1=sexy-lingerie&prodlinks1=sexy-camisoles&sortorder=potherthree&page=8&pagesize=10
and I'm trying to get it to rewrite to:
p/5653/sexy-lingerie/sexy-camisoles/potherthree_8_10.html
The coloured sections tally to each other.
The rule I've written is:
RewriteRule p/(\d+)/([^/?]+)/([^/?]+)/([^/?]+)_(\d+)_(\d+).html /shopdisplayproducts.asp\?id=$1&catlinks1=$2&prodlinks1=$3&sortorder=$4&page=$5&pagesize=$6 [I,L]
Please help before it drives me up the wall.
Thanks,
Steve
|