设置步骤:
1、打开仪表盘,点击设置—固定链接设置
2、设置如下图所示链接形式
3、修改.htaccess
增加以下字段
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
4、保存设置OK
设置步骤:
1、打开仪表盘,点击设置—固定链接设置
2、设置如下图所示链接形式
3、修改.htaccess
增加以下字段
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
4、保存设置OK
之前