iCMS7.0.8以后版本伪静态规则如下:nginxlocation / { index index.html index.htm index.php; try_files $uri $uri/ /rewrite.php?$args;}apacheRewriteEngine onRewriteBase /RewriteCond %{REQUEST_FILENAME} !-f
iCMS7.0.8以后版本伪静态规则如下:
nginx
location / { index index.html index.htm index.php; try_files $uri $uri/ /rewrite.php?$args;}
apache
RewriteEngine onRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . rewrite.php [L]
精彩评论