Welcome Guest, Not a member yet? Register   Sign In
[Solved] deploying codeigniter application
#1

(This post was last modified: 09-25-2015, 07:38 AM by Hyper-X.)

While deploying my application, I get this error
Code:
Error 403 Forbideden
you don't have acesss to /cardsManagerApp/ on this server

Here is my .htaccess file content
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [L]

The server is under proxy configuration. I'm wondering if this is a problem.
I apply many suggestions but it doesn't work.
Please help. This error is killing my project.
Reply


Messages In This Thread
[Solved] deploying codeigniter application - by Hyper-X - 09-23-2015, 12:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB