Welcome Guest, Not a member yet? Register   Sign In
Have CI ignore static asset files request in index.htm?
#2

(This post was last modified: 11-07-2016, 05:08 AM by InsiteFX.)

Add the html base ref tag to your html head section.

Code:
<head>
   ...
   <base href="<?php echo base_url();?>">
   ...
</head>
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Have CI ignore static asset files request in index.htm? - by InsiteFX - 11-07-2016, 05:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB