Andy92
04-03-2008, 11:16 PM
Hey there,
I am trying to get...
http://www.wsurl.com/kedoa.com to basically read and display the page from...
http://www.wsurl.com/?url=http://www.kedoa.com
But the rewrite has dots in it. How can i do this? This is what i have so far and its not working...
RewriteRule ^([^/\.]+)/?$ /?url=$1 [L]
I am trying to get...
http://www.wsurl.com/kedoa.com to basically read and display the page from...
http://www.wsurl.com/?url=http://www.kedoa.com
But the rewrite has dots in it. How can i do this? This is what i have so far and its not working...
RewriteRule ^([^/\.]+)/?$ /?url=$1 [L]