Welcome Guest, Not a member yet? Register   Sign In
Link from admin dashboard are not working.
#5

(08-14-2018, 12:24 AM)Pertti Wrote: Not sure if you remove index.php or not, but this:

PHP Code:
<a href="<?php echo base_url();?>admin/dashboard/countries"><span>Countries</span></a

Should be this:
PHP Code:
<a href="<?php echo site_url('admin/dashboard/countries); ?>"><span>Countries</span></a

base_url will only add domain, and site_url will add domain and index.php, if needed.

When you link to CodeIgniter page or controller, use site_url, when you link to resource files like CSS or JS or images, use base_url.

Its the same, all the url link not working, on the admin site. Can I move the controllers to another folder ?
Reply


Messages In This Thread
RE: Link from admin dashboard are not working. - by jens - 08-14-2018, 11:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB