discuz论坛为首页如何去掉尾巴forum.php
天狐 13年前 (2012-04-20) 58086浏览 0评论
解决方法: 在http://127.0.0.1/bbs/下建一个.htaccess文件(首先确定空间支持重写功能), 里面写上directoryindex forum.php .htaccess文件可以由新建记事本另存为获得 此文件里同时还是伪静态...
天狐 13年前 (2012-04-20) 58086浏览 0评论
解决方法: 在http://127.0.0.1/bbs/下建一个.htaccess文件(首先确定空间支持重写功能), 里面写上directoryindex forum.php .htaccess文件可以由新建记事本另存为获得 此文件里同时还是伪静态...
天狐 13年前 (2012-04-19) 114081浏览 0评论
两种写法 第一种: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /404.html [L] 解析一下RewriteCoun...