Welcome Guest, Not a member yet? Register   Sign In
CSS Problem Solved!!!!!!!!
#14

There is a reason to not put public files into applications folder: SECURITY!

You HAVE to put all public files (image, css, js etc) outside applications folder ,this is the CodeIgniter's pattern.

Use this structure:

Code:
/application
/system
/css/generalstyle.css
index.php


Then you can use something like:


Code:
<link rel = "stylesheet" href = "<?php echo base_url('/css/generalstyle.css'); ?>" >
Reply


Messages In This Thread
CSS Problem Solved!!!!!!!! - by shaser - 06-01-2017, 11:07 AM
RE: CSS Problem - by Paradinight - 06-01-2017, 11:17 AM
RE: CSS Problem - by shaser - 06-01-2017, 11:30 AM
RE: CSS Problem - by PaulD - 06-01-2017, 11:19 AM
RE: CSS Problem - by shaser - 06-01-2017, 11:26 AM
RE: CSS Problem - by shaser - 06-01-2017, 11:24 AM
RE: CSS Problem - by PaulD - 06-01-2017, 11:29 AM
RE: CSS Problem - by shaser - 06-01-2017, 11:32 AM
RE: CSS Problem - by Paradinight - 06-01-2017, 11:41 AM
RE: CSS Problem - by shaser - 06-01-2017, 11:54 AM
RE: CSS Problem - by Paradinight - 06-01-2017, 11:59 AM
RE: CSS Problem - by shaser - 06-01-2017, 12:09 PM
RE: CSS Problem - by Paradinight - 06-01-2017, 08:09 PM
RE: CSS Problem - by elieldepaula - 06-01-2017, 09:49 PM
RE: CSS Problem - by shaser - 06-29-2017, 11:41 AM
RE: CSS Problem - by InsiteFX - 06-02-2017, 04:05 AM
RE: CSS Problem - by rtenny - 06-08-2017, 03:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB