您现在的位置是:首页 > 网站建设常见问答网站建设常见问答

Thinkphp路径支持中文

2018-06-07【网站建设常见问答】1318 人已围观

简介 让window版PHP支持中文路径访问,需要设置url重写,和在index.php文件使用iconv函数require_once ic...

   让window版PHP支持中文路径访问,需要设置url重写,和在index.php文件使用iconv函数

require_once iconv("utf-8","gbk",$_GET["url"]);  

目录结构如下

在.htaccess文件配置

<IfModule mod_rewrite.c>

  Options +FollowSymlinks -Multiviews

  RewriteEngine On

  #RewriteCond %{REQUEST_FILENAME} !-d

  #RewriteCond %{REQUEST_FILENAME} !-f  

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

</IfModule>

这样就可以咯




关注宁波网站建设博客,更多精彩分享,敬请期待!
 

Tags:

很赞哦! ()

文章评论

点击排行

本站推荐

站点信息