Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/ainto.org/usr/plugins/TpCache/driver/typecho_mysql.class.php on line 93
Typecho 在Apache下伪静态隐藏index.php - Ainto

Typecho 在Apache下伪静态隐藏index.php

发表在 教程开发 共有 0 条评论

先关闭“永久链接”中关闭重写,修改重定向后再开启

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#注意?号,有些情况下不加问号可能异常
RewriteRule ^(.*)$ /index.php/?$1 [L]
评论已关闭