Hello, i have been working on one tool lately. It grabs all the link addresses from the website.
My problem is that links in html code sometimes is different:
- /index.php
- index.php
- http://www.website.com/index.php
I need to make all links same:
/index.php -> http://www.website.com/index.php
index.php -> http://www.website.com/index.php
http://www.website.com/index.php -> http://www.website.com/index.php
Thanks for help.