I want to pass a url through a link
My htaccess code is :
RewriteRule ^info/(.*)$ folder1/page1.php?url=$1 [L]
But my result is :
$_GET['url'] = http:/stackoverflow.com (one slash is missing , http:/)
I need $_GET[‘url’] as http://stackoverflow.com
How is it possible using htaccess?
Can someone help me plz…..
If push comes to shove: