PHP ile, uri bölüm belirli bir taban url normalleştirilmesi

0 Cevap php

Öncelikle, ben (... aka aka örümcek solucan), bir web tarayıcısı için yapıyorum

Given two strings (base url and relative url), I need to determine the absolute url. It is especially confusing when it comes to "SEO friendly" crap, such as:

Base url: http://aaa.com/january/15/test Found url: /test.php?aaa

How would I know that the above aren't folders or not? Eg; the absolute path would be:

http://aaa.com/january/15/test/test.php?aaa

Veya:

http://aaa.com/january/15/test.php?aaa

?

Karışıklık bir dizin eylem ya da olup olmadığını kaynaklanıyor. "/ Test / index.php" veya "/ index.php?"

0 Cevap