訪問地址index.php?s=這一段怎麼取消掉?我根據幫助文件修改了url配置檔案,但還是需要這麼訪問
http://localhost:90/index.php?s=/home/index/index.html
可不可以http://localhost:90/home/index/index.html 這樣訪問呢?
http://localhost:90/index.php?s=/home/index/index.html
可不可以http://localhost:90/home/index/index.html 這樣訪問呢?
回覆
url 模式發為3
然後看看手冊裡url重寫的那一部分!
然後看看手冊裡url重寫的那一部分!
評論
RewriteRule ^(.*)$ index.php/?s=$1 [QSA,PT,L]
原來是這樣啊!
謝謝
評論
'URL_MODEL' => 2, //URL模式