开发者

Wordpress Issue - Unable to edit posts

开发者 https://www.devze.com 2023-01-26 13:09 出处:网络
I am new to Worpress, had set it all up on 1and1 server, everything was going fine, then the \"Edit Posts\" in Dashboard stopped working.Now I can no longer access my posts to edit, I just get开发者_运

I am new to Worpress, had set it all up on 1and1 server, everything was going fine, then the "Edit Posts" in Dashboard stopped working. Now I can no longer access my posts to edit, I just get开发者_运维技巧 a blank page.

Any idea what is causing this?


Last time I checked, 1and1 requires these php5 mapping rules at the top of your .htaccess file. It's a common question/problem in the wordpress.org forums.

Add with a plain text editor:

AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php


Make sure you have read write permissions setup propperly

0

精彩评论

暂无评论...
验证码 换一张
取 消