欢迎光临 kjtoday 's BLOG
日志首页 | 随便聊聊 | PHP源码 | ASP源码
用户登陆
用户:
密码:
 

站点日历
73 2025 - 10 48
   1234
567891011
12131415161718
19202122232425
262728293031


站点统计
日志:41 篇
评论:6 篇
引用:0 个
会员:2 人
访问:2616908 次
建立:2024-05-31

最新评论

日志搜索

 标题   内容

怎么将ACCESS数据库快速导入MYSQL 成功在phpstudy部署laravel框架
多云 删除thinkphp8路径的index.php   [ 日期:2025-09-25 ]   [ 来自:本站原创 ]
<IfModule mod_rewrite.c>
  Options +FollowSymlinks -Multiviews
  RewriteEngine On

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

在项目public文件夹下新建.htaccess
粘贴上面的代码
这里要注意
  RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
这行的index.php/有时候很多服务器会解析不了
要改成index.php?

引用通告地址 (0):
复制引用地址http://www.kjtoday.cc/trackback.asp?tbID=39
复制引用地址http://www.kjtoday.cc/trackback.asp?tbID=39&CP=GBK
暂时没有评论
发表评论 - 不要忘了输入验证码哦!
作者: 用户:  密码:   注册? 验证: 
评论:

禁止表情
禁止UBB
禁止图片
识别链接
识别关键字
表  情
 
Powered by L-Blog V1.08 (SE) Final © 2003-04 , Processed in 0.562500 second(s) , 8 queries