CodeIgniter Forums
MENU NAVIGATION - 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: MENU NAVIGATION (/showthread.php?tid=52201)



MENU NAVIGATION - El Forum - 06-01-2012

[eluser]signtheta[/eluser]
hi,

please try this url: nmcbuild.com.ai/ci/.

i want to handle navigation based on the menu. how do i implement this?

i want to map say services to invoke services controller with the view method.

i tried mapping in routes.php but didnt work Sad


MENU NAVIGATION - El Forum - 06-01-2012

[eluser]TWP Marketing[/eluser]
The URL does not work as posted:
nmcbuild.com.ai/ci/

nmcbuild.com cannot be found
nmcbuild.com.ai cannot be found

Check your url and re-post it please.


MENU NAVIGATION - El Forum - 06-02-2012

[eluser]signtheta[/eluser]
sorry about that mate!

here it is

http://nmcbuild.com.au/ci/


MENU NAVIGATION - El Forum - 06-02-2012

[eluser]signtheta[/eluser]
ok, thanks for your help guys, all working now!

loaded the url helper in the controller and echoed the correct anchor in the view!


MENU NAVIGATION - El Forum - 06-02-2012

[eluser]TWP Marketing[/eluser]
[quote author="signtheta" date="1338622745"]sorry about that mate!

here it is

http://nmcbuild.com.au/ci/[/quote]

Still doesn't work

I get this:

Quote:Not Found

The requested URL /ci/ was not found on this server.
Apache Server at nmcbuild.com.au Port 80



MENU NAVIGATION - El Forum - 06-02-2012

[eluser]signtheta[/eluser]
ok that needs an explanation...

nmcbuild.com had the static site in it. and /ci had the dynamic site. once i have worked out the anchoring and everything was working i deleted the static site and moved the contents of /ci to the root.

so the url now is www.nmcbuild.com.au


sorry about that mate!