Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
注:.htaccess 伪静态文件内容
本文共 237 字,大约阅读时间需要 1 分钟。
Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
注:.htaccess 伪静态文件内容
转载于:https://www.cnblogs.com/linyusong/p/5755362.html