分享

写回答

发帖

[提问] gd空间的WordPress 伪静态失效?

GoDaddy GoDaddy 1216 人阅读 | 8 人回复

发表于 2009-12-30 19:42:47 | 显示全部楼层 |阅读模式

gd空间的WordPress 伪静态失效?
永久链接那里设置了
/archives/%post_id%


可是前台显示的是
Page Not Found

The page you tried to access does not exist on this server. This page may not exist due to the following reasons:

You are the owner of this web site and you have not uploaded (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, click here for FTP Upload Information.

The URL that you have entered in your browser is incorrect. Please re-enter the URL and try again.

The Link that you clicked on incorrectly points to this page. Please contact the owner of this web site to inform them of this situation.

回答|共 8 个

xmenkk

发表于 2009-12-30 19:48:16 | 显示全部楼层

.htaccess文件如下


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

# END WordPress

xmenkk

发表于 2009-12-30 19:48:35 | 显示全部楼层

问题出在哪里呢?
RAKSmart

xmenkk

发表于 2009-12-30 19:49:23 | 显示全部楼层

php.ini 文件
register_globals = on
allow_url_fopen = on

expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="

[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so

xmenkk

发表于 2009-12-31 00:28:54 | 显示全部楼层

up请问谁知道呢??

xmenkk

发表于 2009-12-31 12:14:35 | 显示全部楼层

是不是gd空间问题?

xmenkk

发表于 2009-12-31 20:28:00 | 显示全部楼层

是不是gd空间问题?

2009nian

发表于 2009-12-31 20:41:12 | 显示全部楼层

楼主用的是linux的主机还是windows的?windows的主机不支持伪静态的!

xmenkk

发表于 2010-1-1 02:54:43 | 显示全部楼层

当然是linux
您需要登录后才可以回帖 登录 | 注册

本版积分规则