No PHP for certain domain, sending source code

DreamView

New member
Joined
Oct 7, 2009
Messages
3
We a problem that php stopped working for a specific domain. Even if the user has four domain, only on one domain php stops working.

The apache server then sends the PHP sourcecode to the browser and this is a huge security risk. Also a simple phpinfo() won't work

We have tried disabling and enabling php for this user and searched for enrties of problem in all logs. Also restarting HTTPD won't help

rebuillding stuff doesn't make any sence because the problem only exists for one domain...

Sorry for my English, please help...?
 
If you have php enabled for the user i dont see why its not working. Make sure they have no .htaccess file overwriting anything.
 
Take a look in "Domain Administration", you probably have turned off PHP for a domain.
 
Hi SCSI and PRB, thanks for the sugestions.

The .htaccess file in the root of the domain was the problem. It was corrupt?!? like unreadable. After a delete and a new upload, everything works great again. I think the user did something wrong with uploading.

Thank you both very much for the suggestions and sorry that I didn't see it before!!

Thanks again!
 
Back
Top