pass an complete url then the ? simbol using mod_rewrite
Posted: Fri Nov 03, 2006 1:41 pm
hi, i want do like http://anonym.to/?http://www.google.com (I used google in this example)
but to use this anonym.to service you pass your url you want then the ? without change in that and done. I tested doing something thus
then entered to mypage.some/wp7/?http://www.google.com/
and show me 404 error :S and not redirection me
how can I do that?
but to use this anonym.to service you pass your url you want then the ? without change in that and done. I tested doing something thus
Code: Select all
RewriteRule ^(wp7)/?([\S]+) /proyecto.php?url_ver=$2and show me 404 error :S and not redirection me
how can I do that?