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

Reading number is top 10 articles
windows,server,2008,R2,IIS7.5配置PHP_php资料_编程技术
PHP技巧:PHP中时间和日期函数总结_[PHP教程]
SQL,Server,2005—有关开发的10个最重要的特点_[SQL,Server教程]_0
深入理解C#,3.0的五项主要改进_.net资料_编程技术
关于ASP.NET,2.0的目录结构变化_[Asp.Net教程]
PHP技巧:PHP关于中文汉字替换与模式匹配的问题_[PHP教程]
visit c++中如何打开记录集
数据库绑定控件DataGridView属性、方法和事件
SQL Server 索引基础知识(1)--- 记录数据的基本格式_[SQL Server教程]
如何测试,Macintosh,Web,服务器_php资料_编程技术
Reading number is top 10 pictures
Summer is most suitable for young people to travel in China3
The money of more than 100 countries and regions11
传奇套装
超强高考作文
The little woman's bright wire1
Chinese paper-cut grilles art appreciation6
漂亮的跳舞妹妹2
梦幻的风景
运动的范冰冰3
A cat have life principles
Download software ranking
c#程序设计案例教程
VeryCD电驴(EasyMule) V1.1.9 Build09081
Tram sex maniac 2 (H) rar bag8
Boxer Classic video2
金山office2007
C#COM编程指南
Unix video tutorial9
XML+Web+Service开发教程
jBuilder2006
美女写真2
归海一刀 published in(发表于) 2014/2/17 7:24:50 Edit(编辑)
phpWind中配制伪静态的步骤_[PHP教程]

phpWind中配制伪静态的步骤_[PHP教程]

phpWind中配制伪静态的步骤_[PHP教程]
如果您租用虚拟主机,请确定空间支持伪静态模式,最常用的是.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.