typecho去index.php

RewriteEngine On 
RewriteBase / 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule ^(.*)$ /index.php/$1 [L]

.htaccess文件

posted on 2015-05-07 16:08  unifyyeteng  阅读(253)  评论(0编辑  收藏  举报

导航