I'd like the user to be able to pass a url through in the GET array. Here's what I have so far:
The problem I'm having is that it will match something like http://google.com but it only passes through as http:/google.com, so it's leaving out one forward slash. Help?Code:RewriteRule ^(http:[//]*[a-zA-Z0-9]*\.[a-z]*)/?$ index.php?s=$1 [L]


Reply With Quote
Bookmarks