CodeIgniter、ciPHP框架,去掉index.php

2019-11-14  本文已影响0人  可乐_加冰_

修改网站:.htaccess文件即可

DirectoryIndex index.php

RewriteEngine on

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond $1 !^(index\.php|images|themes|uploads|uploads_thumb|robots\.txt)

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

上一篇下一篇

猜你喜欢

热点阅读