网站制作

本类阅读TOP10

·IIS 安装配置全攻略
·用VS.NET打开网上下载的.NET web项目出错的解决办法
·HTML 4.0 语言快速参考
·限制TextArea区的文字输入数量
·如何在网页上实现进度条
·Apache的配置步骤及测试
·谈谈Jesse James Garrett提到的Ajax
·html基础学习笔记(2)
·页面垂直居中的两种方法
·用asp遍历目录下文件的例子

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
Url Rewrite

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

<VirtualHost *:88>
ServerAdmin [email protected]
DocumentRoot "I:/gi-2288"
ServerName gi.2288.org
ErrorLog "G:/Apache/dummy-host.example.com-error_log"

RewriteEngine On

# News Modules
RewriteRule /modules/news/topic_(.+)\.html$ /modules/news/index.php?storytopic=$1 [L]
RewriteRule /modules/news/article_([0-9]+).html$ /modules/news/article.php?storyid=$1
RewriteRule /modules/news/archive/([0-9]+)/([0-9]+)$ /modules/news/archive.php?year=$1&month=$1 [L]
RewriteRule /modules/news/archive\.html$ /modules/news/archive.php
RewriteRule /modules/news/index.html$ /modules/news/index.php

# Wfdownloads Modules
RewriteRule /modules/wfdownloads/topic_(.+)\.html$ /modules/wfdownloads/viewcat.php?cid=$1 [L]
RewriteRule /modules/wfdownloads/down_item_(.+)_file_(.+)\.html$ /modules/wfdownloads/singlefile.php?cid=$1&lid=$1
RewriteRule /modules/wfdownloads/topic_o_(.+)\.html$ /modules/wfdownloads/viewcat.php?op=&cid=$1 [L]
RewriteRule /modules/wfdownloads/newlist\.html$ /modules/wfdownloads/newlist.php
RewriteRule /modules/wfdownloads/hit\.html$ /modules/wfdownloads/topten.php?list=hit
RewriteRule /modules/wfdownloads/rate\.html$ /modules/wfdownloads/topten.php?list=rate
RewriteRule /modules/wfdownloads/index.html$ /modules/wfdownloads/index.php

# Mydownloads Modules
RewriteRule /modules/mydownloads/index.html$ /modules/mydownloads/index.php
RewriteRule /modules/mydownloads/topic_(.+)\.html$ /modules/mydownloads/viewcat.php?cid=$1 [L]
RewriteRule /modules/mydownloads/hit/(.+)\.html$ /modules/mydownloads/topten.php?hit=$1 [L]
RewriteRule /modules/mydownloads/rate/(.+)\.html$ /modules/mydownloads/topten.php?rate=$1 [L]

# MyAlbum
RewriteRule /modules/myalbum/index.html$ /modules/myalbum/index.php
RewriteRule /modules/myalbum/topic_(.+)\.html$ /modules/myalbum/viewcat.php?cid=$1 [L]
RewriteRule /modules/myalbum/topic_(.+)_photo_(.+)\.html$ /modules/myalbum/viewcat.php?num=$1&cid=$1
RewriteRule /modules/myalbum/hit/(.+)\.html$ /modules/myalbum/topten.php?hit=1

# AMS
RewriteRule /modules/AMS/index.html$ /modules/AMS/index.php
RewriteRule /modules/AMS/article_(.+)\.html$ /modules/AMS/article.php?storyid=$1
RewriteRule /modules/AMS/topic_(.+)\.html$ /modules/AMS/index.php?storytopic=$1

#Other
RewriteRule /index.html$ /index.php

 

</VirtualHost>

 

News Modules
http://gi.2288.org:88/modules/news/index.php?storytopic=2
http://gi.2288.org:88/modules/news/topic_2.html

http://gi.2288.org:88/modules/news/article.php?storyid=281
http://gi.2288.org:88/modules/news/article_281.html

http://gi.2288.org:88/modules/news/index.php
http://gi.2288.org:88/modules/news/index.html



wfdownloads
http://gi.2288.org:88/modules/wfdownloads/viewcat.php?cid=18
http://gi.2288.org:88/modules/wfdownloads/topic_18.html

http://gi.2288.org:88/modules/wfdownloads/singlefile.php?cid=4&lid=16
http://gi.2288.org:88/modules/wfdownloads/down_item_4_file_16.html

http://gi.2288.org:88/modules/wfdownloads/viewcat.php?op=&cid=19
http://gi.2288.org:88/modules/wfdownloads/topic_o_19.html

http://gi.2288.org:88/modules/wfdownloads/newlist.php
http://gi.2288.org:88/modules/wfdownloads/newlist.html

http://gi.2288.org:88/modules/wfdownloads/topten.php?list=hit
http://gi.2288.org:88/modules/wfdownloads/hit.html

http://gi.2288.org:88/modules/wfdownloads/topten.php?list=rate
http://gi.2288.org:88/modules/wfdownloads/rate.html

http://gi.2288.org:88/modules/mydownloads/index.php
http://gi.2288.org:88/modules/mydownloads/index.html



mydownloads
http://gi.2288.org:88/modules/mydownloads/index.php
http://gi.2288.org:88/modules/mydownloads/index.html

http://gi.2288.org:88/modules/mydownloads/viewcat.php?cid=3
http://gi.2288.org:88/modules/mydownloads/topic_3.html

http://gi.2288.org:88/modules/mydownloads/topten.php?hit=1
http://gi.2288.org:88/modules/mydownloads/hit/1.html



myAlbum
http://gi.2288.org:88/modules/myalbum/index.php
http://gi.2288.org:88/modules/myalbum/index.html

http://gi.2288.org:88/modules/myalbum/viewcat.php?cid=41
http://gi.2288.org:88/modules/myalbum/topic_41.html

http://gi.2288.org:88/modules/myalbum/viewcat.php?num=20&cid=78
http://gi.2288.org:88/modules/myalbum/topic_20_photo_78.html



AMS
http://gi.2288.org:88/modules/AMS/index.php
http://gi.2288.org:88/modules/AMS/index.html

http://gi.2288.org:88/modules/AMS/article.php?storyid=42
http://gi.2288.org:88/modules/AMS/article_42.html

http://gi.2288.org:88/modules/AMS/index.php?storytopic=2
http://gi.2288.org:88/modules/AMS/topic_2.html


相关文章

相关软件