Is it possible to handle such URL
Posted
by Vitaly
on Stack Overflow
See other posts from Stack Overflow
or by Vitaly
Published on 2010-05-27T17:11:02Z
Indexed on
2010/05/27
17:11 UTC
Read the original article
Hit count: 166
.htaccess
http://www.mysite.com/http://www.test.com
I have tried many different methods using .htaccess with no luck. I need to get that second url coming as parameter. Is it possible to redirect it to index.php and get it as $_SERVER["REQUEST_URI"] or other method? Thanks
© Stack Overflow or respective owner