I have followed the How-to on the lampp install. Everything works up til the point where I am supposed to make a “index.php” file in /home/USERNAME/public_html:
*Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404*
according to the How-to this is the time to ask for help in the forum so here I am:)
I assume that PHP is installed correctly and that this is a case of softlinking. So How do I softlink from /srv/www/htdocs to /home/USERNAME/public_html?
servername loacalhost Apache works.
The problem is that the index.html in /srv/www/htdocs/ works but the index php in my /home/USERNAME/public_html
Produces an error.
So this does not just work. It seems that you are right: PHP is not running.
When putting PHP fils in /srv/www/htdocs/test.php I get the same error.
Look in /var/log/apache2/error_log for more clues about the 404 error, in particular the parh of the filename it tried to fetch. Also did you make sure that index.php has world read permissions?
It was up in 10 minutes whith php mysql and phpmyadmin.
Just to show the importance of good documentation (in the suse howto some links are broken! And even if it probably is going to work in the end - there is a difference between 10 minutes and hours/days).
I think Suse has done some serious and good work with 11.1 so I hope it is only me and my laptop that disagrees with the lamp installation. The How-to just does not work for me! Is there any other - up to date -information that I have missed?
Now do you have any suggestion to how I can make PHP run without trying the reinstall?
It seems that the lamp pattern does not pull all the required files?
I have tried uninstalling it - and removing the PHP folders and then reinstalling it. PHP will not run.