Page 1 of 1

absolute url by PHP Layers menu

Posted: Wed Jul 20, 2005 2:31 am
by sagarkale
Hi Wishy,

Does PHP Layers manu generates absolute URLs like http://localhost:8080/cms/index.php?page=about-us than index.php?page=about-us ? I my search implementation of PHPDig, spider is not crawling these hard link and just sees index.php & no other pages, may be becoz hard link generated by PHP Layers. Has anybody faced this problem.

So I want to get rid of $config["root_url"]."/ before index.php? in function GetURL() in Content.inc.php. Any comments link impact somewhere else?

Thanx & regards,

Sagar

Re: absolute url by PHP Layers menu

Posted: Wed Jul 20, 2005 2:58 am
by Ted
I don't think it would cause an issue...  Just try it.  It can't hurt.  :)

Re: absolute url by PHP Layers menu

Posted: Wed Jul 20, 2005 5:32 am
by sagarkale
It is working. I have uploaded its implementation in http://forum.cmsmadesimple.org/index.ph ... ml#msg6815 Check if you get time.

Thanx & regards,

Sagar