1
I am developed a system and to perform the tests I’m using the xampp. IE, everything is accessible through the address:
localhost/meusite/...
To call all links on my site, as well as include files, I’m using absolute url, for example:
"localhost/name1.php"
"localhost/hostname/folder/pagename.php"
Everything is working perfectly, but currently there are more than 50 files that I developed, the problem is that when I host, I have to rewrite each link/include/call of each file? Is there any way I can do absolute url writing without this folded job?
I thought about using relative url, but when I do this because of . htacess the urls end up giving error.