index.php wont load openSuse cd version

Hello,

Ive got a problem with my .php file tht doesnt load in the browser.

It all works fine on my other pc’s that have a installed openSuse Os from DVD. But one pc has openSuse installed from the CD-version.

I did the exact setup of apache2, php5, and mysql as i did on the DVD installed pc’s. But the php file wont load. The html files work fine. Am i something missing in the CD installed version of openSuse?
Some files or protocols maybe…?

This is the setup of the webserver i did and works fine on DVD installed pc’s: Install & Configure LAMP (Apache/MySQL/PHP) in openSUSE 11.0 | SUSE & openSUSE

please help.

try


# a2enmod php5
# rcapache2 restart

I did it;

a2enmod php5

“php5” already present

Didnt work…

Basicly everything is exactly the same as on all my machines where everything works fine. The only diffrence on the machine where the index.php doesnt load is that its an install from the OpenSuse cd instead of the DVD version of OpenSuse. So my guess is there should be some additional files or something be installed…!?