在网站安装根目录下的htaccess文件配置替换对应内容

<IfModule mod_rewrite.c>

Options +FollowSymlinks -Multiviews

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]

# RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]

</IfModule>

发表评论

邮箱地址不会被公开。 必填项已用*标注