My php homepage downloads index.php instead of being processed on Gandi.net
        Posted  
        
            by 
                alekone
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by alekone
        
        
        
        Published on 2010-12-25T17:07:20Z
        Indexed on 
            2010/12/26
            5:55 UTC
        
        
        Read the original article
        Hit count: 415
        
if I go to the homepage of my website http://www.website.com (on a brand new server) the index.php gets donwloaded instead than processed. I don't have the same problem on other folders. my .htaccess reads:
AddHandler php5-script .php
what could this be? I suspect it's something with php config / or htaccess, but I'm not able to figure it out. help please!
edit: I don't know if this helps: it's a wordpress installation, I have this problem only on the public part of the website, not on the admin (that renders correctly)
© Server Fault or respective owner