我被提示在网站上下载我的页面

时间:2013-01-16 19:55:14

标签: php wordpress apache

我正在尝试访问我的wordpress网站,它在几天前工作,现在我收到下载页面的提示。

enter image description here

我已按照许多网站上的说明尝试修复此问题,但似乎没有任何效果。我尝试通过http://www.honeytechblog.com/how-to-fix-applicationx-httpd-php-trouble-in-getting-php-to-parse/

更改.htaccess文件

那不起作用。我尝试打电话给我的托管公司,以确保PHP已启用,他们说它是。我清除了浏览器缓存。我打开了它提示我下载的文件,它就是这个

<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?>

要测试以确保PHP实际上正在运行一个简单的小index.php,它回应了这是一个测试,并且工作得很好。所以我猜它与Wordpress有关。有人有什么建议吗?

2 个答案:

答案 0 :(得分:3)

尝试在.htaccess文件中明确设置PHP5:

AddHandler x-httpd-php5 .php

或使用CGI

AddHandler x-httpd-php5-cgi .php

使用php4而不是php5启用同样的问题:http://wordpress.org/support/topic/browser-tries-to-download-php-file

这只是猜测,因为我不知道主持人或任何东西。 但它至少可以解释为什么前一种解决方案没有帮助。

答案 1 :(得分:0)

  1. 将您的 .htaccess 文件编辑为 .htaccess_old。
  2. 删除浏览器的缓存,然后重新启动浏览器。
  3. 输入您的网站。