Welcome Guest, Not a member yet? Register   Sign In
CSS, JS, Image and inner page links are not working
#3

(06-22-2017, 11:46 AM)Martin7483 Wrote: Add code to your htaccess file.

What code is in your htaccess file? And what do your links look like?

codeigniter will work without htaccess.

@shehin

add the base_url to config.php

and in the html head

Code:
<link rel="stylesheet" href="<?=base_url('path_to_css_file/youcssfile');?>">

if you have a folder strukture like this:

application
assets/css/youcssfile.css
system
index.php

you can do this:
Code:
<link rel="stylesheet" href="<?=base_url('assets/css/youcssfile.css');?>">
Reply


Messages In This Thread
RE: CSS, JS, Image and inner page links are not working - by Paradinight - 06-22-2017, 11:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB