Okay, I removed the Database repository and downgraded the MySQL package, and something has changed, but I'm not sure if it's the fix. I still get the "It works!" message when I view the server on my system (
http://127.0.0.1/), but when I go to
http://127.0.0.1/~username, it shows the directory and the files, but does not display the files as the main page. For example, I have an
index.php, but it does not become the homepage. When I click on the link for the file under the directory, it asks me to download the file, and that's the only option I can do. On the same note, when I visit
http://127.0.0.1/phpMyAdmin/, I get the message "Access forbidden!" and the following information also accompanies this warning:
Access forbidden!
You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster.
Error 403
127.0.0.1
Mon Jun 22 10:30:00 2009
Apache/2.2.10 (Linux/SUSE)
And the package information for the MySQL package is now:
# zypper info mysql
Information for package mysql:
Repository: @System
Name: mysql
Version: 5.0.67-12.11
Arch: i586
Vendor: openSUSE
Installed: Yes
Status: up-to-date
Installed Size: 21.7 M
Summary: A True Multiuser, Multithreaded SQL Database Server
Just to test the idea, I changed the permissions of both the
index.php file and the
public_html directory to 777 to see if this would solve the problem. The issue still persists, even when I change the permissions to 777.
I'm sort of out of ideas because I am not familiar with the setting up of a server.
Thanks again for your help.