Hi!
I’m just new in using and MVC and Code Igniter. I’m having problems with how CI manipulate my links.
http://www.site.com/CIFolder/index.php or
http://www.site.com/CIFolder/index.php/home/
once im in that URL and hover to my contact page I get this result.
http://www.site.com/CIFolder/index.php/home/contact/ <- depending on my href="contact/"
How can I get my expected URL w/o repeating
index.php/home/index.php/home/
if my
href="index.php/home/"
once my address bar has been set with segments like
index.php/home/
and hover to my other links like contact w/c has a href=“index.php/contact/” or href=“contact/” i get this to results:
http://www.site.com/index.php/home/index.php/contact/
and
http://www.site.com/index.php/home/contact/
