All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
PHP,5.0中多态性的实现方案浅析_php资料_编程技术
SQL,Server自带的用户自定义函数_mssql学习_编程技术
Visual C++ 6.0教程:c++数据类型之枚举
服务器响应HTTP的类型ContentType大全_JavaScript技术_编程技术
关于PHP无法连接MSSQL数据库的问题_[PHP教程]
Asp.Net对Xml文件的操作_[Asp.Net教程]
ASP.NET中文件上传下载方法集合_[Asp.Net教程]
十天学会ASP.net,第三天_.net资料_编程技术
C#+ASP.NET,2.0定制复合组件之基础篇_[Asp.Net教程]
用javascript打造搜索工具栏_JavaScript技术_编程技术
Reading number is top 10 pictures
避免防盗门的猫眼变成钥匙眼
南昌铁路局宜春车务段攸县车站铁路职工福利房被开发商侵占
关于海盗的研究
超级大兔子
关于提肛的健身效果
Soong ching ling's former residence1
战场废物1
Soong ching ling's former residence2
30 beautiful school beauty1
狗狗与主人神同步2
Download software ranking
XML+Web+Service开发教程
Unix video tutorial19
Love the forty days
Tram sex maniac 2 (H) rar bag17
The cock of the Grosvenor LTD handsome
艳兽都市
Desire a peach blossom
Boxer's Top ten classic battle1
apache-tomcat-6.0.33
The Bermuda triangle1
delv published in(发表于) 2013/12/29 4:42:43 Edit(编辑)
伪静态在PHPWind的应用_php资料_编程技术

伪静态在PHPWind的应用_php资料_编程技术

伪静态在PHPWind的应用_php资料_编程技术-你的首页-uuhomepage.com

伪静态在PHPWind的应用


如果您租用虚拟主机,请确定空间支持伪静态模式,最常用的是.htaccess 针对apache的WEB端配置。如果您用的是独立主机,那么可以在服务器上配置支持伪静态模式。先说虚拟空间默认支持.htaccess自定义伪静态(一般是linux虚拟机)
.htaccess的配置,把以下代码保存为.htaccess 传到服务器根目录即可.


RewriteEngine On
RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
RewriteRule ^(.*)simple/([t|f].+).html$ /simple/index.php?$2.html

独立服务器者,若是win2003+iis,那您需要安装一个组件叫:ISAPI_Rewrite,安装完后编辑httpd.ini文件,内容如下:
[ISAPI_Rewrite]
# Defend your computer from some worm attacks
RewriteRule .*(?:global.asa|default.ida|root.exe|..).* . [F,I,O]
RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
RewriteRule ^(.*)/simple/([a-z0-9_]+.html)$ $1/simple/index.php?$2
#Code By Josh @ PHPWind 2008-10-08 ?([a-zA-Z]+)

如果是老版本的,请把
RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
这条规则改为
RewriteRule ^(.*)-htm-(.*)$ $1/.php?/$2即可,
ISAPI_Rewrite安装教程请看:PW论坛IIS下设置静态目录的教程




添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.