Welcome Guest, Not a member yet? Register   Sign In
Ubuntu 12.10 403 Forbidden error
#1

[eluser]jairoh_[/eluser]
Code:
Forbidden

You don't have permission to access /ci/ on this server.
Apache/2.2.22 (Ubuntu) Server at 127.0.0.1 Port 80
why if i use use CI project on my ubuntu and put it on my xampp /www folder it displays that error if i open
127.0.0.1/ci_project
but if i use only an html file like 127.0.0.1/jairoh.html it will work. does anyone knows how to fix this? tnx
#2

[eluser]pickupman[/eluser]
I would guess that you copied/created the file inside of your webroot folder. That would mean only you as a user have access to that subfolder, and not the Apache user.

You would need to chown the user for Apache to that subfolder something like this:
Code:
sudo chown -R www-data:www-data /var/www
#3

[eluser]jairoh_[/eluser]
solved this one. thanks




Theme © iAndrew 2016 - Forum software by © MyBB