Welcome Guest, Not a member yet? Register   Sign In
Assets Folder Error 403
#4

[eluser]TheFuzzy0ne[/eluser]
If you're getting a 403 error, that most likely means that your requests is not being rerouted through index.php, and you're trying to access the file directly.

If everything configured correctly, you should be able to access an asset by putting something like this directly into your address bar: www.yoursite.com/asset_controller/images/public/<filename>.

If you don't have an .htaccess file, you'll need to use: www.yoursite.com/index.php?/asset_controller/images/public/<filename>

Hopefully that should get you pointed in the right direction.


Messages In This Thread
Assets Folder Error 403 - by El Forum - 04-13-2013, 10:39 PM
Assets Folder Error 403 - by El Forum - 04-14-2013, 04:43 AM
Assets Folder Error 403 - by El Forum - 04-14-2013, 09:55 AM
Assets Folder Error 403 - by El Forum - 04-15-2013, 05:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB