Im newbie here.I have a problem with codeigniter segment() method.I referred 6th segment of URL at href($this->url->segment(6)) but when i click the link it goes to full URl/6th segment.i.e
I want my link will be go here http://www.webcoachbd.com(this is 6th segment of my URL)
but it goes http://www.example.com/controller_name/method_name/segment1/segment2/segment3/www.webcoachbd.com
Im newbie here.I have a problem with codeigniter segment() method.I referred 6th segment of
Share
From the resulting URL that you posted, it looks like you might be missing a forward slash.
This would force the URL to forward to the root of your site, rather than to that location inside the current folder that the browser thinks it is in.