http://511yd.com/index.php/mall/products/view/8395
请教大侠/mall/products/view/8395这个是怎么弄的,我在本机就找不到网页
我们一般网站.php后面都是?id=***什么的,
这个http://511yd.com/index.php/mall/products/view/8395是怎么弄的
服务器的是linx系统,我本机是win系统

解决方案 »

  1.   

    请搜索关于“url rewrite”的文章,apache的话,win/linux 通用
      

  2.   

    http://www.test.com/test.php?test=123 改为 http://www.test.com/test/123/RewriteRule ^test.html$ test.php
    RewriteRule ^test/([0-9]+)/$ test.php?test=$1 RewriteRule + 正则
      

  3.   

    我要架设本机的win系统,要怎么设置
      

  4.   

    google  搜 php PATH_INFO 或者codeigniter框架http://codeigniter.org.cn/user_guide/index.html
      

  5.   

    我的电脑是IIS+PHP,是要怎么弄
      

  6.   

    apache配置文件RewriteRule 在什么地方??