我用的是linux寶塔
想把底下靜態檔案 轉換為Nginx,但是轉換出來,寶塔因為轉換之后的這句報錯 RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1],請高手幫我轉換一下底下的檔案。
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/26109.html
標籤:系統維護與使用區
上一篇:shell變數怎么調整長度
