typecho去index.php

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

.htaccess文件

原文地址:https://www.cnblogs.com/iz100/p/4485208.html