Ok, the title may sound a little weird, but I think that kinda describe it.
So basically I want make this:
/?url=http://someUrl.com/
Into this:
/http://someUrl.com/
I know how I can do it, if there was no "http://", "https://" or extension... So that's what I ask you guys about :D
I've tried to do RewriteRule ^([^./]*)$ index.php?url=$1
, but doesn't work with http or extension
http(s), is not a requirement, but it should be able to be there.