全方位互聯網覆蓋,貼合需求、突顯行業屬性及品牌特點定制
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?s=$1 [QSA,PT,L]
</IfModule>
以上就是apache thinkphp 偽靜態代碼的詳細內容,更多請關注木子天禾科技其它相關文章!