Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: 403 Forbidden |
|
Author |
|
GreatBigBore
Joined: 22 Jan 2014 Posts: 3 Location: Chico
|
Posted: Wed 22 Jan '14 1:23 Post subject: 403 Forbidden |
|
|
I'm not a web admin by any stretch of the imagination. I've inherited this task and I'm struggling with it. We have a live website that works fine. We have a totally new website that is currently on a development server, and the new site works fine too. Boss now wants the totally new website to go live on the currently live url. My idea is simply to copy all the new pages and other data to the live server. Did that, and now when I browse to the site I get 403 Forbidden. The only clue I have is an error log that says that .htaccess is unreadable, although I've changed the permissions on .htaccess to match those of the old site's .htaccess.
Based on what I found in various help forums, I did a chown to change the owner of the top-level directory (public_html) to "nobody". I added executable permissions on all the cgi files. No joy.
Can anyone give me some ideas for what to check, or a better forum to ask help from? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 22 Jan '14 17:34 Post subject: |
|
|
Does your webserver run under nobody? Most linux distros have a user called www or www-data for that. |
|
Back to top |
|
|
|
|
|
|