Jump to content

XML as PHP


drisate

Recommended Posts

Hey guys i recently migrated 304 websites from my plesk server (Apache 2.2.3, PHP 5.1.6) to my Cpanel server (Apache 2.0.64, PHP 5.2.9) and i got a strange error with a few website that use to work fine ... What i understand is that those websites has flash plugins using XML files to load in the data. Now the problem is that the webmasters used an htaccess hack to rander the XML files as if it was a PHP file using this line of code:

 

AddType application/x-httpd-php .php .xml

 

The problem is that for some reason this line of code stoped working and the PHP is put up in clear texte inside the XML file causing the flash plugin to crash.

At first i thought it was a missing apache module. So i installed Mime Magic but that did not change a thing.

 

An other weird thing abbout this is that the line AddType code is not returning a server error 500 ...

 

Any help would be appreciated. Tx :-)

Link to comment
https://forums.phpfreaks.com/topic/247889-xml-as-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.