CodeIgniter Forums
custom page url - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: custom page url (/showthread.php?tid=52644)



custom page url - El Forum - 06-20-2012

[eluser]Unknown[/eluser]
Hi

I m new in here and also with codeigniter ...

I have started with this ... but i can t seem to find the url of my page. I have added some contact page .. so i will need to know can i see the page in my website.

Please help
Thanks


custom page url - El Forum - 06-20-2012

[eluser]josepichu[/eluser]
Hi,

The URL's in CodeIgniter are like this:

Code:
www.yoursite.com/controller/method/parameter

if you have a controller for the contact page, you have to access it

Code:
www.yoursite.com/contact/index

Read the user guide....

a greeting.