http://www.onedayoneclass.com/index.PHP/Home/Index/getopenId.html
改为:
http://www.onedayoneclass.com/Home/Index/getopenId.html
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.PHP/$1 [QSA,PT,L]
<span style="color: #0000ff"></<span style="color: #800000">IfModule<span style="color: #0000ff">>
原文链接:https://www.f2er.com/thinkphp/67914.htmlRewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.PHP/$1 [QSA,PT,L]
<span style="color: #0000ff"></<span style="color: #800000">IfModule<span style="color: #0000ff">>