rttd_个人页

个人头像照片 rttd
0
2
0

个人介绍

暂无个人介绍

擅长的技术

获得更多能力
通用技术能力:

暂时未有相关通用技术能力~

云产品技术能力:

暂时未有相关云产品技术能力~

阿里云技能认证

详细说明
暂无更多信息
正在加载, 请稍后...
暂无更多信息
  • 回答了问题 2016-04-28

    win 2008r2系统环境iss7.5php5.4 网站设置伪静态的问题

    Rewin 2008r2系统环境iss7.5php5.4 网站设置伪静态的问题

    -------------------------

    回 2楼dongshan8的帖子
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteRule ^biz([\/]*)([^\.&]*)$  biz.php\?rewrite_param=$2 [QSA,L]
    RewriteRule ^([^\.&]*)$  index.php\?rewrite_param=$1 [QSA,L]
    </IfModule>
    .htaccess文件

    -------------------------

    回 4楼dongshan8的帖子
    iis服务器有装url rewrite模块 ,将伪静态规则.htaccess导入进去后,提示No input file specified

    -------------------------

    回 7楼dongshan8的帖子
    但我看了下其他网站的教程,是可以将.htaccess导入到URL Rewrite 重写规则的,这样不行吗

    -------------------------

    Rewin 2008r2系统环境iss7.5php5.4 网站设置伪静态的问题
    httpd.ini, nginx.txt,  htaccess.txt  我用的是tinkphp开发的php程序,目录已经提供了那3个伪静态规则,服务器iis7.5 +php ,您说需要将规则写到站点的配置文件中(web.config),要教程怎么写吗?

    -------------------------

    回 9楼dongshan8的帖子
    http://www.chinaz.com/web/2012/1030/280180.shtml
    踩0 评论0
  • 提交了问题 2016-04-28

    win 2008r2系统环境iss7.5php5.4 网站设置伪静态的问题

正在加载, 请稍后...
滑动查看更多
正在加载, 请稍后...
暂无更多信息