Welcome Guest, Not a member yet? Register   Sign In
403 access denied
#2

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

A web server may or may not return a 403 Forbidden HTTP 403 in response to a request from a client for a web page or help
indicate that the server can be reached and understood the request, but refuses to take any further action.
Status code 403 responses are the result of the web server being configured to deny access, for some reason,
to the requested resource by the client.

Try this:

PHP Code:
<link href="<?php echo base_url('asets/css/bootstrap.min.css');?>" rel="stylesheet" type="text/css" /> 

notice the single quotes.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
403 access denied - by willian.bumba - 11-16-2016, 02:39 AM
RE: 403 access denied - by InsiteFX - 11-16-2016, 03:19 AM
RE: 403 access denied - by willian.bumba - 11-25-2016, 03:07 AM
RE: 403 access denied - by marcopl - 11-25-2016, 05:24 AM
RE: 403 access denied - by Kel_Novi - 11-25-2016, 05:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB