only .php file not loaded on shared linux server?

  • Thread starter Thread starter hebo
  • Start date Start date
H

hebo

Guest
i have created a wordpress blog on the shared linux server( centOS and Apache) with my hosting. the problem is any .php file seems cann't be displayed from browser, i tried both on firefox and IE. other files like .txt, .html loading fine with the same domain. Also i have other domains under the same hosting account which can load php file without any problem.
Any suggention of this issue would be appreciated!
i have created a wordpress blog on the shared linux server( centOS and Apache) with my hosting. the problem is any .php file seems cann't be displayed from browser, i tried both on firefox and IE. other files like .txt, .html loading fine with the same domain. Also i have other domains with other php applications under the same hosting account which can load php file without any problem.
Any suggention of this issue would be appreciated!
<?php and ?> tags can be found from the php files, but trying to pull up any php file with the wordpress application, they just come up as blank page. other php application on the same server does not have this problem. so i think it could be a problem of the wordpress application itself. it worked fine last night at home, i just happen to find it not work at office, I am using different versions of IE and Firefox at office from home. it could not be the reason i assume
 
Make sure that you have the <?php and ?> tags to tell the browser that your writing in PHP, and try using the one that won't load on one of your other domains that it loads on.

Hope this helps
 
Back
Top