View Single Post
09-03-2007, 09:05 AM
#1
Sutocu is offline Sutocu
Sutocu's Avatar
Status: I'm new around here
Join date: Sep 2007
Location:
Expertise:
Software:
 
Posts: 12
iTrader: 0 / 0%
 

Sutocu is on a distinguished road

  Old  Need Some RewriteRule Help

I have a URL with two question marks in it (one of the parameters is another URL). I'm sure that such URLs won't easily get indexed, so I'd like to have a rewrite rule to change it from index?url=http://www.domain.com/?p=1 to /url/http://www.domain.com/?p=1 but can't seem to find a way. Everything I've tried cuts the parameters from the URL so it becomes index?url=http://www.domain.com/ Any idea how to do it?