网站将下载而不是在浏览器中打开

时间:2017-03-29 08:44:38

标签: wordpress .htaccess

我的网站将启动下载,而不是在浏览器中打开。我可以访问登录重定向和wp-admin。

网站是:www.keymoneyconcepts.com.au

我的.htaccess文件如下所示:

# BEGIN WordPress
<IfModule mod_expires.c>
	ExpiresActive On
	ExpiresByType image/jpg "access plus 1 year"
	ExpiresByType image/jpeg "access plus 1 year"
	ExpiresByType image/gif "access plus 1 year"
	ExpiresByType image/png "access plus 1 year"
	ExpiresByType text/css "access plus 1 month"
	ExpiresByType application/pdf "access plus 1 month"
	ExpiresByType text/javascript "access plus 1 month"
	ExpiresByType image/x-icon "access plus 1 year"
	ExpiresDefault "access plus 1 weeks"
</IfModule>
Options -Indexes
<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteBase /
	RewriteRule ^/wp-content/endurance-page-cache/ - [L]
	RewriteCond %{REQUEST_METHOD} !POST
	RewriteCond %{QUERY_STRING} !.*=.*
	RewriteCond %{HTTP_COOKIE} !(wordpress_test_cookie|comment_author|wp\-postpass|wordpress_logged_in|wptouch_switch_toggle|wp_woocommerce_session_) [NC]
	RewriteCond %{DOCUMENT_ROOT}/wp-content/endurance-page-cache/$1/_index.html -f
	RewriteRule ^(.*)$ /wp-content/endurance-page-cache/$1/_index.html [L]
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

你有什么建议吗?

由于

1 个答案:

答案 0 :(得分:0)

通过提琴手检查, 我得到了

HTTP / 1.1 200好的 服务器:Apache 最后修改时间:2017年3月10日星期五00:21:28 GMT ETag:&#34; 1a2-54a5557bcafa7&#34; 缓存控制:max-age = 604800 到期日:2017年4月5日星期三01:25:19 GMT Content-Type:application / x-httpd-php X-Cacheable:是的 内容长度:418 Accept-Ranges:字节 日期:2017年3月29日星期三08:51:08 GMT X-Varnish:657727275 657725514 年龄:26749 通过:1.1清漆 连接:保持活力

/ **  *告诉WordPress加载WordPress主题并输出它。  *  * @var bool  * / 定义(&#39; WP_USE_THEMES&#39;,true);

/ **加载WordPress环境和模板* / require(dirname( FILE )。&#39; /wp-blog-header.php');