ThinkPHP 美化URL

一:php

'URL_MODEL'            => 2, //URL模式   配置文件改爲2it

 

二.配置

修改.htaccess文件內容爲:配置文件

<IfModule mod_rewrite.c>
 RewriteEngine on
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>rewrite

相關文章
相關標籤/搜索