06-23-2008, 12:04 PM
[eluser]Jesse2303[/eluser]
New topic
I've worked with header.php & footer.php. So this problem is solved.
But anyway I have still problems with my links
http://www.mysite.com/ciAdmin/ ==> Homepage ( Class Main with functions: index() and login() )
when I go to: http://www.mysite.com/ciAdmin/main, doesn't work.
when I go to: http://www.mysite.com/ciAdmin/index.php/main, it work
when I go to: http://www.mysite.com/ciAdmin/index.php/main/login, it work
But when I click contact he does: http://www.mysite.com/ciAdmin/index.php/...in/contact
I have to set a base url but I can't find real good information..
PROBLEM SOLVED
New topic
I've worked with header.php & footer.php. So this problem is solved.
But anyway I have still problems with my links
http://www.mysite.com/ciAdmin/ ==> Homepage ( Class Main with functions: index() and login() )
when I go to: http://www.mysite.com/ciAdmin/main, doesn't work.
when I go to: http://www.mysite.com/ciAdmin/index.php/main, it work
when I go to: http://www.mysite.com/ciAdmin/index.php/main/login, it work
But when I click contact he does: http://www.mysite.com/ciAdmin/index.php/...in/contact
I have to set a base url but I can't find real good information..
PROBLEM SOLVED