In one of my app i have (a) base url (2) app folder. Like $base_url = 'http://www.mysite.com' and $app_folder = '/myfolder', so now the root url for the app becomes 'http://www.mysite.com/myfolder'.
using this i can have absolute urls or relative/normalized urls for all the links in the application.
If my understanding is correct, if i use an absolute url, there will be a DNS lookup for the url and relative urls seems like use the already resolved DNS entry.
Is this entirely correct? and also, what should be better? absolute paths? or relative paths?
Thanks,
Anjan
http://www.mysite.com/paththen use/path/to/pagerather thanto/page– Petah Jun 7 '11 at 8:18