0

Hy 又是我 :) 我的新网站有些问题,在我的网站中使用 cloudflare 作为 DNS。如果永久链接在默认模式下,没关系,没有发现问题,但是当永久链接更改为任何并打开该帖子网站不可用或在 cloudflare 中找不到时。我尝试用自定义永久链接示例替换永久链接:

/%category%/%postname%.html

但仍然不起作用,就像我尝试用此代码替换 .htaccess 时一样

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^ginc0der.com
RewriteRule ^(.*)$ htt p://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteRule ^index\.php$ - [L]

或者这个

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

但仍然显示不可用,您可以在此处查看

http://ginc0der.com/index.php/archives/category/programming

究竟是什么问题?无论是在 VPS、htaccess 还是在 cloudflare 中?之前谢谢,我希望你能帮助我解决这个问题

4

1 回答 1

0

这听起来像是直接在您的服务器上的东西。我们不会更改永久链接。

于 2013-08-28T22:50:48.873 回答