摘要: 根目录创建.htaccess文件 加入下面重写规则(Apache) RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ 阅读全文
posted @ 2024-07-09 17:35 Lakio 阅读(63) 评论(0) 推荐(0)