Welcome Guest, Not a member yet? Register   Sign In
CI 403 Error
#1

[eluser]CWDeveloper[/eluser]
I've installed Codeigniter , i downloaded and extracted the files when i go to http://localhost/ci it says

Directory access is forbidden.

i tried in wamp and appserv.

Please help me :S
#2

[eluser]Cristian Gilè[/eluser]
Hi CWDeveloper,

check for .htaccess in your CI folder and remove it.
#3

[eluser]CWDeveloper[/eluser]
there is no .htaccess file yet i just downloaded and installed :S
#4

[eluser]Cristian Gilè[/eluser]
Check the httpd.conf file in the WAMP directory, you should have something like this:

Code:
<Directory "C:/www">
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
</Directory>

Allow from 127.0.0.1 is the permission to access the web server from localhost. If not present append it.
#5

[eluser]zawaruddin[/eluser]
if u want an address http://localhost/ci

try to edit "your folder CI"\system\application\config\config.php

and replace to $config['base_url'] = "http://localhost/ci";

rename "your folder CI" to "ci"...
#6

[eluser]oldrock[/eluser]
Hi ..,

Just please check for the directory and file permissions.
#7

[eluser]CWDeveloper[/eluser]
I deleted files and i installed again restarted apache and suddenly it worked :]




Theme © iAndrew 2016 - Forum software by © MyBB