本站需要重定向配置

时间:2018-3-31 15:35  作者:也木  来源:本站原创  查看:2756  评论:0

http://www.sanxiake.com/post-1.html

 点击查看原图

需要.htaccess配置

 

代码如下

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

放文本文档保存另存为.htaccess上传根目录

相关评论