drisate Posted September 26, 2011 Share Posted September 26, 2011 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 :-) Quote Link to comment https://forums.phpfreaks.com/topic/247889-xml-as-php/ Share on other sites More sharing options...
requinix Posted September 26, 2011 Share Posted September 26, 2011 Do you have AllowOverride set appropriately? Quote Link to comment https://forums.phpfreaks.com/topic/247889-xml-as-php/#findComment-1272964 Share on other sites More sharing options...
drisate Posted September 27, 2011 Author Share Posted September 27, 2011 Ths is what i have in my httpd.conf file <Directory "/"> Options +ExecCGI +FollowSymLinks -Includes +IncludesNOEXEC +Indexes -MultiViews +SymLinksIfOwnerMatch AllowOverride All </Directory> Quote Link to comment https://forums.phpfreaks.com/topic/247889-xml-as-php/#findComment-1273185 Share on other sites More sharing options...
requinix Posted September 27, 2011 Share Posted September 27, 2011 If you put random nonsense in your .htaccess, do you get 500 errors when you try to browse the site? Quote Link to comment https://forums.phpfreaks.com/topic/247889-xml-as-php/#findComment-1273274 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.