win 2008r2系统环境iss7.5php5.4 网站设置伪静态的问题
Rewin 2008r2系统环境iss7.5php5.4 网站设置伪静态的问题
-------------------------
回 2楼dongshan8的帖子
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]
.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