#
# BASED UPON The NCSA Server Configuration Files Originally by Rob McCool.
#
# This is the main apache server configuration file. It Contains the
# Configuration Directives That Give The Server ITS Instructions.
# See
# The directives.
#
# Do not simply read the instructions in here without understanding
# what they do. They're here only as hints or transinders. If you are unsure
# Consult the online docs. You have been warned.
#
# The Configuration Directives Are Grouped Into Three Basic Sections:
# 1. Directives That Control The Operation of The Apache Server Process As A
#whole (the 'global environment').
# 2. Directives That Define the parameters of the 'main' or 'default' Server,
# Which responds to requests That aren't handled by a Virtual host.
# There Directives Also Provide Default Values for the Settings
# of all....
# 3. Settings for Virtual Hosts, Which Allow Web Requests to Be Sent To
# Different IP Addresses or Hostnames And Have The Handled by THE
# Same Apache Server Process.
#
# Configuration and logfile names: if The filenames you specify for many
# of the server's control files begin with "/" (or "drive: /" for Win32), The
# Server Will Use That Explicit Path. if the filenames do * not * begin
# with "/" the value of serverroot is prepended - so "logs / foo.log"
# with serverroot set to "c: / program files / apache group / apache2" Will be interpreted by the
# Server AS "C: / Program Files / Apache Group / Apache2 / logs / foo.log".
#
# Note: Where filenames area specified, you must us forward Slashes
# INSTEAD OF BACKSLASHES (E.G., "C: / Apache" instead of "c: / apache"). # i i away letter is omitted, The Drive on Which apache.exe is located
# Will be used by Default. it is recommented That you always suppfe
# an expenevit drive letter in Absolute Paths, However, To Avoid
# Confusion.
#
### Section 1: Global Environment # # The Directives in this section section section section, # sudh as the number of concurrent requests it can handle or where it # can find its configuration files. #
# # ServerRoot: The top of the directory tree under which the server's # configuration, error, and log files are kept # # NOTE If you intend to place this on an NFS (or otherwise network) # mounted filesystem then please read the.! LockFile Documentation (Available # at
# # ScoreBoardFile: File used to store internal server process information # If unspecified (the default), the scoreboard will be stored in an # anonymous shared memory segment, and will be unavailable to third-party # applications # If specified, ensure.. That no two invocations of apache share the same # scoreboard file. The scoreboard file must be stored on a local disk. # #scoreboardfile logs / apache_runtime_status
# # Pidfile: the file in which the server limited number iprings # Identification Number When it starts. # Pidfile logs / httpd.pid
# # Timeout: The number of seconds before receiving and sends time out. # Timeout 300
# # KeepAlive: Whether or not to allow persistent connections (more than # one request per connection) Set to "Off" to deactivate # KeepAlive On # # MaxKeepAliveRequests:... The maximum number of requests to allow # during a persistent connection Set To 0 to allow an unlimited amount. # we recomment you leave this number high, for maximum peerman,. # maxkeepaliveRequests 1000
# # KeePaliveTimeout: Number of Seconds to wait for the next request from the # Same Client on The Same Connection. # KeePaliveTimeout 15
## ## Server-pool size regulation (mpm specific) ##
# WinNT MPM # ThreadsPerChild: constant number of worker threads in the server process # MaxRequestsPerChild: maximum number of requests a server process serves
# # Listen: Allows you to bind Apache to specific IP addresses and / or # ports, instead of the default See also the
# # Dynamic Shared Object (DSO) Support # # To be able to use the functionality of a module which was built as a DSO you # have to place corresponding `LoadModule 'lines at this location so the # directives contained in it are actually available _Before_ They is used. # staticly compiled modules (those listed by `httpd -l '
) do not need # to be loaded here. # # example:
# LoadModule foo_module modules / mod_foo.so # LoadModule access_module modules / mod_access.so LoadModule actions_module modules / mod_actions.so LoadModule alias_module modules / mod_alias.so LoadModule asis_module modules / mod_asis.so LoadModule auth_module modules / mod_auth.so #LoadModule auth_anon_module modules / mod_auth_anon .so #LoadModule auth_dbm_module modules / mod_auth_dbm.so #LoadModule auth_digest_module modules / mod_auth_digest.so LoadModule autoindex_module modules / mod_autoindex.so #LoadModule cern_meta_module modules / mod_cern_meta.so LoadModule cgi_module modules / mod_cgi.so #LoadModule dav_module modules / mod_dav.so #LoadModule dav_fs_module modules / mod_dav_fs.so LoadModule dir_module modules / mod_dir.so LoadModule env_module modules / mod_env.so #LoadModule expires_module modules / mod_expires.so #LoadModule file_cache_module modules / mod_file_cache.so #LoadModule headers_module modules / mod_headers.so LoadModule imap_module modules / mod_imap. So loadModule Include_Module Modules / MOD_INCLUDE .so #LoadModule info_module modules / mod_info.so LoadModule isapi_module modules / mod_isapi.so LoadModule log_config_module modules / mod_log_config.so LoadModule mime_module modules / mod_mime.so #LoadModule mime_magic_module modules / mod_mime_magic.so #LoadModule proxy_module modules / mod_proxy.so #LoadModule proxy_connect_module modules / mod_proxy_connect.so #LoadModule proxy_http_module modules / mod_proxy_http.so #LoadModule proxy_ftp_module modules / mod_proxy_ftp.so LoadModule negotiation_module modules / mod_negotiation.so LoadModule rewrite_module modules / mod_rewrite.so LoadModule setenvif_module modules / mod_setenvif.so #LoadModule speling_module modules / mod_speling.so #LoadModule Status_Module Modules / MOD_STATUS.SO #LoadModule Unique_ID_Module
modules / mod_unique_id.so LoadModule userdir_module modules / mod_userdir.so #LoadModule usertrack_module modules / mod_usertrack.so #LoadModule vhost_alias_module modules / mod_vhost_alias.so #LoadModule ssl_module modules / mod_ssl.so # # ExtendedStatus controls whether Apache will generate "full" status # information (ExtendedStatus On) or Just Basic Information (ExtendedStatus # off) WHEN The "Server-Status" Handler IS Called. The default is off. #ExtendedStatus ON
### Section 2: 'Main' Server Configuration # # The Directives in this section section Up Up Used by the 'main' # Server, Which Responds to any Requests That aren't handled by a #
# # Serveradmin: Your Address, WHERE Problems with The Server Should Be # e-arriled. This Address APPEARS ON SOME Server-Generated Pages, Such # as error documents. E.g. admin@your-domain.com #
# # ServerName gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you specify # it explicitly to prevent problems during startup. # # If this is not set to valid DNS name for your host, server-generated # redirections will not work. See also the UseCanonicalName directive. # # If your host does not have a registered DNS name, enter its IP address here. # You will have to access it by its address anyway, And this will make # redirections work in a Sensible Way. #
# # UseCanonicalName:. Determines how Apache constructs self-referencing # URLs and the SERVER_NAME and SERVER_PORT variables # When set "Off", Apache will use the Hostname and Port supplied # by the client When set "On", Apache will use the. Value of the # servername directive. #
# # DocumentRoot:. The directory out of which you will serve your # documents By default, all requests are taken from this directory, but # symbolic links and aliases may be used to point to other locations #.
# # Each directory to which Apache has access can be configured with respect # to which services and features are allowed and / or disabled in that # directory (and its subdirectories). # # First, we configure the "default" to be a very Restrictive set of # Features. #
# # Note that from this point forward you must specifically allow # particular features to be enabled -. So if something's not working as # you might expect, make sure that you have specifically enabled it # below #
# # This kind be changing to whatver you set documentroot to. #
# # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named * explicitly * --- "Options All" # Doesn't give it to you. # The Options Directive is Both complicated and important. Please see # http://httpd.apache.org/docs-2.0/mod/core.html#options # for more information. # Options Indexes FollowSymlinks
# # AllowOverride controls what directives may be placed in .htaccess files # It can be "All", "None", or any combination of the keywords:. # Options FileInfo AuthConfig Limit # AllowOverride None # # Controls who can get stuff from this Server. # ORDER ALLOW, DENY Allow from ALL
Directory>
# # UserDir:.. The name of the directory that is appended onto a user's home # directory if a ~ user request is received Be especially careful to use # proper, forward slashes here On Windows NT, "Personal / My Website" # is A more appropriate choice. # userdir "My Documents / My Website"
# # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # # You must correct the path for the root to match your system's configured # user directory location, eg "C : / WinNT / profiles / * / My Documents / My Website "# or whichever, as appropriate # #.
# # DirectoryIndex: sets the file that Apache will serve if a directory # is requested # # The index.html.var file (a type-map) is used to deliver content- # negotiated documents The MultiViews Option can be used for.. The # Same Purpose, But it is much slower. # DirectoryIndex index.php index.php3 index.html index.html.var index.htm index.htm.var index.html.zh-cn.gb2312
# # AccessFileName: The name of the file to look for in each directory # for additional configuration directives See also the AllowOverride # directive # AccessFileName .htaccess # # The following lines prevent .htaccess and .htpasswd files from being # viewed by Web.. Clients. #
# #Pesconfig describes where the mime.types file (or equivalent) IS # to be found. # Typesconfig conf / mime.types
# # DefaultType is the default MIME type the server will use for a document # if it can not otherwise determine one, such as from filename extensions. # If your server contains mostly text or HTML documents, "text / plain" is # a good value . If most of your content is binary, such as applications # or images, you may want to use "application / octet-stream" instead to # keep browsers from trying to display binary files as though they are # text. # DefaultType text / Plain
# # The mod_mime_magic module allows the server to use various hints from the # contents of the file itself to determine its type. The MIMEMagicFile # directive tells the module where the hint definitions are located. #
# # Hostnamelookups: log the name of clients or just their ip address # eg, www.apache.org (on) OR 204.62.129.132 (OFF). # The default is off bacause it'd be Overall Better for the net if mind # Had to knowingly Turn this feature on, Since Enabling it means That # Each Client Request Will Result in at Least One Lookup Request to The # nameserver. # Hostnamelookups on
# # EnableMMAP: Control whether memory-mapping is used to deliver # files (assuming that the underlying OS supports it) # The default is on; turn this off if you serve from NFS-mounted # filesystems On some systems, turning it.. off (regardless of # filesystem) can improve performance; for details, please see # http://httpd.apache.org/docs-2.0/mod/core.html#enablemmap # #EnableMMAP off # # EnableSendfile: Control whether the sendfile KERNEL Support is # used to deliver files (assuming what the os supports it). # The default is on; Turn this Offness from nfs-mounted # filesystems. please see # http://httpd.apache.org/docs -2.0 / mod / core.html # enablesendfile # #enablesendfile off
# # ErrorLog:. The location of the error log file # If you do not specify an ErrorLog directive within a
# # Loglevel: Control The Number of Messages Logged to the Error.log. # Possible Values Include: Debug, Info, Notice, Warn, Error, Crit, # alert, Emerg. # Loglevel Warn
# # T t tl d.....)%%%..%%%%%%%%%%%%% / "/"% {User-agent} I / "" Combined logformat "% h% L% u% T /"% r / "%> s% b" common logformat "% {refrer} i ->% u" Referer logformat "% {user-agent} i" Agent
# You need to enable mod_logio.c to use% i and% o #logformat "% h% l% u% T /"% r / "%> s% b /"% {refrer} I / "/"% { User-agent} I / "% I% o" combinedio # # The location and format. # I i n not define Any Access Logfiles within a
# # In you would be like to have agent and referer logfiles, uncomment the # backning directives. # #Customlog logs / referer.log refere #CustomLog logs / agent.log agent
# # If you prefer a single logfile with access # (combined logfile format) You can use the following directive. # #Customlog logs / access.log Combined
. # # ServerTokens # This directive configures what you return as the Server HTTP response # Header The default is 'Full' which sends information about the OS-Type # and compiled in modules # Set to one of:. Full | OS | Minor | Minimal | Major | Prod # Where full conveys the MOST INFORMATION, AND VD The Least. # ServerToKens PROD
# # Optionally add a line containing the server version and virtual host # name to server-generated pages (internal error documents, FTP directory # listings, mod_status and mod_info output etc., but not CGI generated # documents or custom error documents). # Set to "email" to also include a mailto: link to the serveradmin. # Set to one of: on | Off | Email # Serversignature ON
# # Aliases:. Add here as many aliases as you need (with no limit) The format is # Alias fakename realname # # Note that if you include a trailing / on fakename then the server will # require it to be present in the URL . So "/ icons" ISN'T, "/ icons /". If the fakename is slash-term, then # realname must also be slash terminage, and if the fakename omits the # Trailing Slash, ... the realname must also omit it # # We include the / icons / alias for FancyIndexed directory listings If you # do not use FancyIndexing, you may comment this out # Alias / icons / "C: / Program Files / Apache Group / Apache2 / icons / "
# # This should be changed to the ServerRoot / manual /. The alias provides # the manual, even if you choose to move your DocumentRoot. You may comment # this out if you do not care for the documentation. # AliasMatch ^ / manual ( ?: / (?: de | EN | ES | FR | JA | KO | RU))? (/.*) $ "c: / program files / apache group / apache2 / manual $ 1"
Stenvif Request_uri ^ / Manual / (de | EN | ES | Fr | JA | KO | RU) / prefer-language = $ 1 redirectMatch 301 ^ / manual (?: / (De | EN | ES | fr | ja | ko | ru )) {2,} (/. $ / Manual / $ 1 $ 2 directory>
Aliasmatch ^ / apache_cn (?: / (?: zh-cn.gb2312 | zh-cn | GB2312)))? (/ Night)? $ "J: / apache_cn $ 1"
# # ScriptAlias: This controls which directories contain server scripts # ScriptAliases are essentially the same as Aliases, except that # documents in the realname directory are treated as applications and # run by the server when requested rather than as documents sent to the client.. # The Same Rules About Trailing "/" Apply to Scriptalias Directives As To # alias. # Scriptalias / CGI-BIN / "C: /usr/bin/perl.exe"
# # "C: / program files / apache group / apache2 / cgi-bin" SHOULD BE CHANGED to WHATAL Your ScriptaliaSed # cgi Directory Exists, if You Have That Configured. #
# # Redirect allows you to tell clients about documents which used to exist in # your server's namespace, but do not anymore This allows you to tell the # clients where to look for the relocated document # Example:.. # Redirect permanent / foo http : //www.example.com/bar
# # Directives Controlling The Display of Server-generated Directory Listings. #
#
# # Indexoptions: Controls The Appearance of Server-generated Directory # listings. # Indexoptions FancyIndexing VersionSort
# # AddIcon * directives tell the server which icon to show for different # files or filename extensions. These are only displayed for # FancyIndexed directories. # AddIconByEncoding (CMP, / icons / compressed.gif) x-compress x-gzip
AddiconBytype (txt, / icons / text.gif) Text / * AddiconBytype (IMG, / ICONS / Image2.gif) Image / * AddiConBytype (SND, / ICONS / Sound2.gif) Audio / * AddiconBytype (VID, / ICONS / MOVIE .gif) video / * addicon /icons/binary.gif .bin .exe addicon/icons/binhex.gif .hqx addicon /icons/tar.gif.gif.gif .wrl .wrld2.gif .wrl .wrl.gz .vrml .vrm .iv addicon/icons/compressed.gif.gif.z .tgz .gz .zip addicon/iCons/a.gif .ps. sehtml .htm.gif.html .shtml .htm .pdf addicon /icons/text.gif.txt addicon /icons/c.gif .c addicon /icons/p.gif.pl .py addicon/ICONS/f.gif .for addicon /icons/dvi.gif .dvi Addicon / ICONS / Uuencoded.gif .uu addicon /icons/script.gif .conf .sh.g.gif.gif .tex addicon/tex.gif .tex addicon /icons/bomb.gif core
Adricon /icons/back.gif .. addicon /icons/hand.right.gif ready addicon /icons/folder.gif ^^ Directory ^^ addicon /icons/blank.gif ^^ blankicon ^^
# # Defaulticon is which icon to show for files which do not shop for files which do not have an icon # evlicitly set. # Defaulticon /icons/unknown.gif
# # AddDescription allows you to place a short description after a file in # server-generated indexes These are only displayed for FancyIndexed # directories # Format:.. AddDescription "description" filename # #AddDescription "GZIP compressed document" .gz #AddDescription " Tar Archive ".tar #adddescription" Gzip Compressed Tar Archive ".tgz
# # ReadmeName is the name of the README file the server will look for by # default, and append to directory listings. # # HeaderName is the name of a file which should be prepended to # directory indexes. ReadmeName README.html HeaderName HEADER. HTML
# # IndexIgnore is a set of filenames which directory indexing should ignore # and not include in the listing. Shell-style wildcarding is permitted. # IndexIgnore. ?? * * ~ * # HEADER * README * RCS CVS *, v *, t # # DefaultLanguage and AddLanguage allows you to specify the language of # a document. you can then use content negotiation to give a browser a # file in a language the user can understand. # # Specify a default language. This means that all data # Going Out without a specific language tag (see below) Will # Be Marked with this one. you probably do not want to set # this unless you areser it is correct for all case. # * it is generally better to not mark a Page as # * Being a certin language than marking it with the wrong # * language! #
DefaultLanguage OFF
# # Note 1: The suffix does NOT HAVE TO BE The Same as The Language # Keyword --- Those with documents in Polish (Whose Net-Standard # Language Code Is Pl) May Wish To Use "AddLanguage Pl .po" TO # avoid the ambiguity with the common suffix for perl scripts # # Note 2:. The example entries below illustrate that in some cases # the two character 'Language' abbreviation is not identical to # the two character 'Country' code for its country, # EG 'DANMARK / DK' VERSUS 'DANISH / Da'. # # Note 3: In The Case of 'LTZ' We Violate The RFC by Using A Three Char # specifier. There is 'Work In Progress' To FIX this and get # The Reference Data for RFC1766 Cleated Up. # # Catalan (CA) - Croatian (HR) - CZECH (CS) - Danish (DA) - DUTCH (NL) # English (EN) - ESPERANTO (EO) - Estonian (ET) - French (fr) - German (de) # Greek-modern (el) - Hebrew (HE) - Italian (IT) - Japanese (JA) # Korean (KO) - LUXEMBOURGEOIS * (LTZ) - Norwegian Nynorsk (NN) # Norwegian (NO) - Polish (PL) - Portugeese (PT) # Brazilia N portuguese (PT-BR) - Russian (RU) - Swedish (SV) # Simplified Chinese (zh-cn) - Spanish (ES) - Traditional Chinese (zh-tw) # AddLanguage Ca .ca addlanguage cs .cz .cs addlanguage da .dk AddLanguage de .de AddLanguage el .el AddLanguage en .en AddLanguage eo .eo AddLanguage es .es AddLanguage et .et AddLanguage fr .fr AddLanguage he .he AddLanguage hr .hr AddLanguage it .it AddLanguage ja .ja AddLanguage ko. ko AddLanguage ltz .ltz AddLanguage nl .nl AddLanguage nn .nn AddLanguage no .no AddLanguage pl .po AddLanguage pt .pt AddLanguage pt-bR .pt-br AddLanguage ru .ru AddLanguage sv .sv AddLanguage zh-CN .zh-cn AddLanguage en-tw.zh-tww
# # LanguagePriority allows you to give precedence to some languages # in case of a tie during content negotiation. # # Just list the languages in decreasing order of preference. We have # more or less alphabetized them here. You probably want to change this. # LGuagepriority EN CA CS Da de El EO ES ET fr He HR IT JA KO LTZ NL NN No Pl Pt PT-Br Ru SV EN EN EN EN ES # # forcelanguagepriority allows you to serve a result page rather Than # Multiple Choices Prefer) [in case of a TIE] or not acceptable (Fallback) # [In Case No Accept Languages Matched The Available Variants] # forceranguagepriority Prefer Fallback
. # # Specify a default charset for all pages sent out This is # always a good idea and opens the door for future internationalisation # of your web site, should you ever want it Specifying it as # a default does little harm;. As the standard dictates that a page # is in iso-8859-1 (latin1) unless specified otherwise ie you # are merely stating the obvious. There are also some security # reasons in browsers, related to javascript and URL parsing # which encourage you to always Set a default char set. # adddefaultcharset off
# # Commonly used filename extensions to character sets. You probably # want to avoid clashes with the language extensions, unless you # are good at carefully testing your setup after each change. # See http://www.iana.org/assignments/ Character-sets for the # Official list of charset name and their respective rfcs. # Addcharset ISO-8859-1 .ISO8859-1 .latin1 addcharset ISO-8859-2 .iso8859-2 .latin2 .Cen Addcharst ISO-8859-3. ISO8859-3 .latin3 addcharset ISO-8859-4. Iso8859-4 .latin4 addcharset ISO-8859-5 .ISO8859-5 .latin5. cyr .iso-ru addcharset ISO-8859-6 .iso8859-6 .latin6 .arb addcharset ISO-8859-7. Iso8859-7 .latin7 .grk addcharset ISO-8859-8 .sO8859-8 .latin8 .heb addcharset ISO-8859-9 .ISO8859-9 .latin9.trk addcharset ISO-2022-jp .iso2022- JP .jis addcharset ISO-2022-KR .ISO2022-KR. Kis addcharset ISO-2022-CN .iso2022-cn .cis addcharset big5 .big5.big5 # for russian, more one charset is buy (Depends on Client, Mostly) : Addcharset windows-1251 .cp-1251 .win-1251 addchars ET CP866 .CP866 Addcharset Koi8-r .koi8-r. koi8-ru addcharset koi8-ru. Koi8-Uk .ua addcharset ISO-10646-UCS-2 .ucs2 addcharset ISO-10646-UCS-4.ucs4 addcharset UTF-8 .utf8 # The set belgow does not map to a specific (ISO) Standard # But Works on a fairly wide ran of browsers. Note That # Capitalization Actually Matters (IT Should Not, But It # does for some browsers). # # See http://www.iana.org/assignments/character-sets # for a list of sorts. But browsers support few. # AddCharset GB2312 .gb2312 .gb AddCharset utf-7 .utf7 AddCharset utf-8 .utf8 AddCharset big5 .big5 .b5 addcharset euc-tw .euc-twoddcharset euc-jp .euc-jp addcharset euc-kr .Euc-kr addcharset shift_jis .sjis
# # AddType allows you to add to or override the MIME configuration # file mime.types for specific file types. # #AddType application / x-tar .tgz # # AddEncoding allows you to have certain browsers (Mosaic / X 2.1 ) uncompress # information on the fly Note:.. Not all browsers support this # Despite the name similarity, the following Add * directives have nothing # to do with the FancyIndexing customization directives above # #AddEncoding x-compress .Z #AddEncoding x-gzip. .gz .tgz # # If the AddEncoding directives above are commented-out, then you # probably should define those extensions to indicate media types: # AddType application / x-compress .Z AddType application / x-gzip .gz .tgz # # AddHandler allows you to map certain file extensions to "handlers": # actions unrelated to filetype These can be either built into the server # or added with the Action directive (see below) # # to use CGI scripts outside of ScriptAliased directories:. # (You will also need to add "execcgi" to the "options" Directive.) # AddHandler CGI-script .cgi .pl
# # For files That include their own http headers: # #addhandler send-as-is asis
# # For server-pased ImageMap Files: # # #addhandler imap-file map
# # For Type Maps: # (this is enabled by default to allow the apache "it worked" page # to be distributed in multiple languages.) # AddHandler Type-map var
# # Filters allow you to process content. # # To parse .shtml files for server-side incrudes (SSI): # (You Will Also Need To Add "includes" to the "options" Directive. ) # #Addtype text / html .shtml #addoutputfilter incrudes .shtml
# # Action lets you define media types that will execute a script whenever # a matching file is called This eliminates the need for repeated URL # pathnames for oft-used CGI file processors # Format:.. Action media / type / cgi-script / location # Format: Action handler-name / cgi-script / location ## # Customizable error responses come in three flavors: # 1) plain text 2) local redirects 3) external redirects # # Some examples: #ErrorDocument 500 "The server made A Boo Boo. "#errordocument 404 / conforder.html #errordocument 404" /ci-bin/missing_handler.pl "#errordocument 402 http://www.example.com/subscription_info.html #
# # Putting this all together, we can internationalize error responses. # # We use Alias to redirect any /error/HTTP_
# Alias / error / "@ exp_errordir @ /" # #
# # The following directive disables redirects on non-GET requests for # a directory that does not include the trailing slash. This fixes a # problem with Microsoft WebFolders which does not appropriately handle # redirects for folders with DAV methods. # Same deal with Apple's DAV filesystem and Gnome VFS support for DAV. # BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully BrowserMatch "^ WebDrive" redirect-carefully BrowserMatch "^ WebDAVFS / 1. [012]" redirect-carefully BrowserMatch "^ gnome-vfs Redirect-Carefully
# # Allow server status reports generated by mod_status, # with the url of http: // servername / server-status # change the ".2089.vicp.net" to match your domain to enable. # #
# # Allow Remote Server Configuration Reports, with the url of # http: // servername / server-info (required ".2089.vicp.net" To match your domain to enable. # #
# # Bring in additional module-specific configurations #
### Section 3: Virtual Hosts # # VirtualHost: If you want to maintain multiple domains / hostnames on your # machine you can setup VirtualHost containers for them Most configurations # use only name-based virtual hosts so the server does not need. To Worry About # ip addresses. this is indeicated by the asseteris in the directives BELOW. # Please See the documentation at #
#************************************************************ *********************************************************** ************** # ## Avoid requesting the picture in the access log Setenvif Request_uri /.gif image-request setnvif request_uri /.jpg image-request setENVIF Request_uri /.png Image -request setnvif request_uri /.jpeg image-request
## Record the request to use English to a log, and record non-English requests to another log #setnvif accept-language "en" eNGLish
#Customlog logs / English_log.log common env = English #Custom Logs / Non_ENGLISH_LOG.LOG COMMON ENV =! English #Custom Logs / Access_log.log Common Env =! Image-Request
#Customlog logs / access_log.log common env =! Image-request #customLog "logs / access_log.% Y% m% D" combined env =! Image-request # ************* *********************************************************** *********************************************************** # | /% = = = = = = = = = | | | | = | | = = = = = = | | | | | = | | = *********************************************************** ******************************************** # #WSTATS Alias / AWSTATSCLASESS " J: / awStats / wwwroot / classes / "alias / awwwroot / css /" alias / awwwroot / icon / "scriptalias / awwwroot /" scriptalias / awwwroot / CGI-BIN / "
Usecanonicalname off # ******************************************************************* *********************************************************** **************** # Scriptalias / CGI-BIN / "i: / cgi-bin /"
#************************************************************ *********************************************************** ************** # REWRITEENGINE ON REWRITELOGLEVEENGINE ON REWRITELOGLEVEL 0 # ***************************************** *********************************************************** ************************* # # ------------- ------ News Modules Rewriterule /Modules/news/topic_(.* )/.htm @ /modules/news/index.php?storytopic= $$ # http://gi.2288.org:88/modules /NEWS/topic_2.htm Rewriteerule /Modules/news/Article_ (.* )/.htm @ /modules/news/Article.php?storyid= $ 1 # http://gi.2288.org:88/modules/news/ Article_2.htm shutriterule /modules/news/topic (.*)-(.* )/.htm full / tydules/news/index.php?storytopic= $1&Start= $2 # http://gi.2288.org:88 /modules/news/topic2-2.htm Rewriteerule /Modules/news/archive/.htm full /Modules/news/archive.php # http://gi.2288.org:88/modules/news/archive.htm Rewriterule / tyc@ /modules/index.htm ownel /modules/news/index.php # http://gi.2288.org:88/modules/news/index.htm # *********** *********************************************************** * *********************************************************** * # # -------------------- Wfdownloads Modules Rewriterule /Modules/wfdownloads/topic_(.* )/.htm full of /modules/wfdownloads/viewcat.php?cid = $ 1 # http://gi.2288.org:88/modules/mydownloads/viewcat.php?cid=9 # http://gi.2288.org:88/modules/mydownloads/topic_9.htm Rewriterule / Modules / wfdownloads / topic_o _ (. *) /. htm $ /modules/wfdownloads/viewcat.php?op=&cid=$1 # http://gi.2288.org:88/modules/mydownloads/topic_o_9.htm RewriteRule / modules / wfdownloads / NEWLIST/.htm full / tydules/wfdownloads/newlist.php # http://gi.2288.org:88/modules/mydownloads/newlist.htm Rewriterule /Modules/wfdownloads/list_ (.* )/.htm full Modules / WfDownloads / Topten.php? List =
$ 1 # http://gi.2288.org:88/modules/mydownloads/list_hit.htm RewriteRule /modules/wfdownloads/hit_/.htm$ /modules/wfdownloads/topten.php?list=hit RewriteRule / modules / wfdownloads / hit / .htm $ /modules/wfdownloads/topten.php?list=hit RewriteRule /modules/wfdownloads/rate/.htm$ /modules/wfdownloads/topten.php?list=rate RewriteRule /modules/wfdownloads/index.htm$ /modules/wfdownloads/index.php # http://gi.2288.org:88/modules/mydownloads/index.htm shutriteerule /modules/wfdownloads/down (.* )-(.*)/.htm full of / modules /Wfdownloads/singlefile.php?cid= $1&lid= $ 200 # http://gi.2288.org:88/modules/mydownloads/down2-2.htm RewriteRule /Modules/wfdownloads/list_(.* )/.htm $ T /Modules/wfdownloads/viewcat.php?list= $1 # http://gi.2288.org:88/modules/mydownloads/list_2.htm # **************** *********************************************************** *********************************************** # # - ------------------- MyDownloads Modules Rewriteerule /Modules/mydownloads/index.htm owverageduads/index.htm@ /modules/mydownloads/index.php # http: //gi.2288.o RG: 88 / MODULES / MyDownloads / Index.htm RG: 88 / INDULES /MYDOWNLOADS/topic_( (.* )/.htm @ /modules/mydownloads/viewcat.php?cid=1 # http://gi.2288.org:88 /modules/mydownloads/topic_2.htm shutriterule /modules/mydownloads/hit_(.* )/.htm full /Modules/mydownloads/topten.php?hit=1 # http://gi.2288.org:88/modules/ MyDownloads / hit_hit.htm shutriterule /modules/mydownloads/rate_(.* )/.htm full_ /modules/mydownloads/topten.php?rate= $ 1 # http://gi.2288.org:88/modules/mydownloads/rate_rate .htm shutriterule /modules/mydownloads/down (.*)-(.* )/.htm full of /modules/mydownloads/singlefile.php?cid=1&lid=
$ 2 # http://gi.2288.org:88/modules/mydownloads/down2-2.htm # ********************************** *********************************************************** ***************************** # # ----------- ---------- Myalbum Rewriterule /Modules/myalbum/index.htm@ /modules/myalbum/index.php # http://gi.2288.org:88/modules/myalbum/index.htm Rewriterule /Modules/myalbum/hit_(.* )/.htm full /Modules/myalbum/topten.php?hit=1 # http://gi.2288.org:88/modules/myalbum/hit_1.htm Rewriterule / Modules / Myalbum / photo _ (. *) /. htm $ /Modules/myalbum/photo.php?lid= $ 1 # http://gi.2288.org:88/modules/myalbum/photo.php?lid=1532 # http: //gi.2288.org:88/modules/myalbum/photo_1532.htm shutriterule /modules/myalbum/topic_ (.* )/.htm full of /modules/myalbum/viewcat.php?cid= $1 # http: // gi .2288.org: 88 / modules / myalbum / viewcat.php? CID = 48 # http://gi.2288.org:88/modules/myalbum/topic_48.htm shutriterule /modules/myalbum/view(.*) (. *) /. htm $ /Modules/myalbum/viewcat.php?num= $ 1&cid= $ 2 # http://gi.2288.org:88/modules/myalbum/view2-2.htm Rewriterule / Modules / myalbum / photo (. *) - (. *) /. htm $ /Modules/myalbum/photo.php?lid= $ 1&cid= $ 2 # http://gi.2288.org:88/modules/myalbum/ PHOTO.PHP? LID = 914 & CID = 34 # http://gi.2288.org:88/modules/myalbum/photo914-34.htm Rewriterule /Topic_1.htm?cid=(.* )&num=(.* )&orderby = (. *) A & POS = (. *) / $ /Viewcat.php?cid= $$1&num= $ 2&orderby= $ 3a&pos=
$ 4 # ********************************************************* *********************************************************** **************** # # -------------------- Ams Rewriterule /Modules/ams/index.htm / / Modules / ams / index.php # http://gi.2288.org:88/modules/Ams/index.htm Rewriterule /Modules/ams/Ams/archive.php # http: // Gi.2288.org:88/modules/ams/archive.htm shutriterule /modules/ams/Article_ (.* )/.htm full /modules/ams/Article.php?storyid= $1 # http: //gi.2288 .org: 88 / Modules / AMS / Article.php? StoryId = 38 # http://gi.2288.org:88/modules/AMS/Article_38.htm Rewriterule /Modules/AMS/topic_ (.* )/.htm $ /Modules/ams/index.php?storytopic= $ 1 # http://gi.2288.org:88/modules/AMS/topic_2.htm shutriterule /modules/ams/archive(.*)-(.* )/ .htm $ /Modules/ams/archive.php?year= $ 1&month= $ 2 # http://gi.2288.org:88/modules/AMS/Archive2-2.htm # ******** *********************************************************** *********************************************************** ***** # # -------------------- Booklist Rewriterule / Modules / BookLists / Index.htm $ /Modules/booklists/index.php # http://gi.2288.org:88/modules/bookLists/index.htm Rewriterule /Modules/bookLists/faq.htm full /Modules/bookLists/faq.php # http://gi.2288.org:88/modules/booklists/faq.htm shutriterule /modules/bookLists/search.htm ownel /modules/bookLists/search.php # http://gi.2288.org:88 /modules/booklists/search.htm shutriterule /modules/bookLists/hit_(.* )/.htm full of /modules/bookLists/topten.php?hit= $ 1 # http://gi.2288.org:88/modules/ BookLists / hit_1.htm shutriterule /modules/bookLists/rate_(.* )/.htm full / tydules/bookLists/topten.php?rate= $ 1 # http://gi.2288.org:88/modules/bookLists/Rate_1 .htm shutriterule /modules/booklists/view(.*)/.htm full / tydules/bookLists/viewcat.php?cid=
$ 1 # http://gi.2288.org:88/modules/bookLists/view2.htm Rewriterule /Modules/bookLists/book (.* )-(.htm $ /Modules/bookLists/singLink.php? CID = $ 1 & LID = $ 2 # http://gi.2288.org:88/modules/bookLists/book2-2.htm shutriterule /modules/bookLists/viewbook-(.htm full of modules / booklists / singlelink .php? lid = $ 1 # http://gi.2288.org:88/modules/bookLists/viewbook-2.htm shutriterule /modules/bookLists/visit(.* )-(.*)book/.htm full Modules / BookLists / Visit.php? Cid = $ 1 & LID = $ 2 # http://gi.2288.org:88/modules/bookLists/visit.php?cid=8&lid=23 # ******** *********************************************************** *********************************************************** ***** # # ------------------ Xphpbbi Rewriterule /Modules/xphpbbi/index.htm full / tydules/xphpbbi/index.php # http: / /GI.2288.org:88/modules/xphpbbi/index.htm shutriterule /modules/xphpbbi/viewForum_ (.* )/.htm full /modules/xphpbbi/ViewForum.php?f= $1 # http: // gi. 2288.org:88/modules/xphpbbi/viewforum_1.htm shutriterule /modules/xphpbbi/viewtopic_(.*)/.htm full of / modules / xphpbi / viewto Pic.php? t = $ 1 # http://gi.2288.org:88/modules/xphpbbbi/viewtopic_1.htm shutriterule / modules / xphpbbi / viewtopic_post (. *) - (. *) - (. *) - ( * (. *) /. htm $ /Modules/xphpbbi/viewtopic.php?t= $1&Start= $ 2&postdays= $ 3&postorder= $ 4&highlight= $5 shutriterule /modules/xphpbbi/viewtopic_o(.* )/.htm # (. *) $ /Modules/xphpbbi/viewtopic.php?p= $ 1#$ # http://gi.2288.org:88/modules/xphpbbi/viewtopic_o2.htm Rewriterule / modules / XPHPBBI / N- (. *) /. htm $ /Modules/xphpbbi/search.php?search_id= $ 1 # http: //gi.2288.org: 88 / Modules / XPHPBI / Search.php? Search_Id = NewPosts Rewriterule / Modules / XPHPBBI / EGO- (. *) /. htm $ /modules/xphpbbbi/search.php?search_id=
$ 1 # http://gi.2288.org:88/modules/xphpbbi/search.php?search_id=egosearch # http://gi.2288.org:88/modules/xphpbbi/ego-egosearch.htm Rewriterule / Modules / xphpbbi/u-(.* )/.htm ownel / tydules/xphpbbi/search.php?search_id= $ 1 # http://gi.2288.org:88/modules/xphpbbi/search.php?search_id=unanswered # http://gi.2288.org:88/modules/xphpbbi/u-unanswered.htm shutriterule /modules/xphpbbbi/index_(.* )/.htm full of /modules/xphpbbi/index.php?c= $1 # http : //gi.2288.org: 88 / modules / xphpbbi / index.php? c = 3 # http://gi.2288.org:88/modules/xphpbbi/index_3.htm # ******* *********************************************************** *********************************************************** ******* # # -------------------- Newbb Rewriterule /Modules/newbb/index.htm! /Modules/newbb/index.php # http : //gi.2288.org: 88 / Modules / Newbb / Index.htm Rewriterule /Modules/newb/Viewall.htm !/modules/newbb/viewall.php # http://gi.2288.org:88/Modules /NEWBB/VIEWALL.PHP # http://gi.2288.org:88/modules/newbb/Viewall.htm Rewriterule /Modules/newbb/post.htm full of modules / new BB / post.php # http://gi.2288.org:88/modules/newbb/post.php # http://gi.2288.org:88/modules/newbb/post.htm Rewriterule / modules / newbb /Search.htm@ /modules/newbb/search.php # http://gi.2288.org:88/modules/newbbb/search.php # http://gi.2288.org:88/modules/newbb/ Search.htm Rewriterule /Modules/newbb/forum_(.* )/.htm full /Modules/newbb/viewforum.php?forum= $ 1 # http://gi.2288.org:88/modules/newbb/viewforum.php ? forum = 5 # http://gi.2288.org:88/modules/newbb/forum_5.htm shutriterule /modules/newbb/viewtopic_id (.* )-(.*)/.htm full / modules / newbb / viewtopic .php? Topic_id = $ 1 & forum = $ 2 # http://gi.2288.org:88/modules/newbb/viewtopic.php?topic_id=111&sterum=
5 # http://gi.2288.org:88/modules/newbb/viewtopic_id111-5.htm shutriterule /modules/newbb/topic_mode_(.* )-( )-(.* )/.htm full of / modules /newb/viewtopic.php?viewmode= $ 1&topic_id= $ 2&Forum= $ 3 # http://gi.2288.org:88/modules/newbb/viewtopic.php?viewMode=flat&topic_id=111&ster =5 # http: // gi .2288.org: 88 / modules / newbb / topic_mode_flat-111-5.htm shutriterule /modules/newbb/newtopic_( (.* )-(.* )-(.* )- (. *) /. htm $ /Modules/newbb/ViewForum.php?start= $ 1&Forum= $ 2&sortname= $ 3&sortorder= $ 4&sortsince= # http://gi.2288.org:88/modules/ newbb / viewforum.php? start = 0 & forum = 27 & sortname = p.post_time & sortorder = DESC & sortsince = 100 & type = unread # http://gi.2288.org:88/modules/newbb/newtopic_0-27-p.post_time-DESC-100- Unread.htm shutriterule /modules/newbb/digest_(.* )-( )-(.*)-( )-(.* )-( )/.htm full of modules / newbb / viewforum. php? start = $ 1 & forum = $ 2 & sortname = $ 3 & sortorder = $ 4 & sortsince = $ 5 & type = $ 6 # http://gi.2288.org:88/modules/newbb/viewforum.php?start=0&forum=27&sortname=p.post_time&sortorder = Desc & sortsince = 100 & type = Digest # http://gi.2288.org:88/modules/newbb/digest_0-27-p.post_time-desc-100-digest.htm RewriteUle /Modules/newbb/unrePlied (.* )/.htm full Modules / newbb / viewall.php? type = $ 1 # http://gi.2288.org:88/modules/newbb/viewall.php?type=unReplied # http://gi.2288.org:88/modules/ Newbb / unrepliedunreplied.htm shutriterule /modules/newbb/topic_time_(.* )-( )-(.* )-( )-(.* )/.htm full of modules / newbb / ViewTopic.php? ViewMode = $ 1 & Order = $ 2 & Topic_id = $ 3 & forum = $ 4 & move = $ 5 & Topic_time =
$ 6 # http://gi.2288.org:88/modules/newbb/viewtopic.php?viewmode=threaded&order=ASC&topic_id=111&forum=5&move=prev&topic_time=1105542643 # http://gi.2288.org:88/modules/ NEWBB / TOPIC_TIME_THREADED-ASC-111-5-Prev-1105542643.htm Rewriterule /Modules/newb/forum-cat_(.* )/.htm full / tydules/newbb/index.php?cat= $1 # http: //gi .2288.org: 88 / modules / newbb / index.php? Cat = 4 # http://gi.2288.org:88/modules/newbb/forum-cat_4.htm Rewriterule /Modules/newb/newtopic_(.* ) /. htm $ /Modules/newb/newtopic.php?forum = 1 # http://gi.2288.org:88/modules/newb/newtopic.php?forum=5 # http: //gi.2288. ORG: 88 / MODULES / NEWB / NEWTOPIC_5.HTM REWRITERULE /MODULES/newbb/view-newtopic_( (.* )-(.*/.htm full / tydules/newb/viewtopic.php?topic_id= $ 1&Start= $2 # http : //gi.2288.org: 88 / viewtopic.php? Topic_ID = 155 & Start = 0 # http://gi.2288.org:88/modules/newbb/view-newtopic_155-0.htm # ***** *********************************************************** *********************************************************** ******** # # -------------------- IPB Rewriterule / Modules / ipboard / index.htm $ /Modules/ipboard/index.php # http://gi.2288.org:88/modules/ipboard/index.htm shutriterule /modules/ipboard/showtopic_(.*)-(.*) /.htm@ /modules/ipboard/index.php?showtopic= $ 1&s= $2 # http://gi.2288.org:88/modules/ipboard/index.php?showtopic=23&s=8d88e79f2ec22ddc5c84d6414bf6c945 # http: // gi.2288.org:88/modules/ipboard/showtopic_23-8d88e79f2ec22ddc5c84d6414bf6c945.htm RewriteRule /modules/ipboard/showforum_(.*)-(.*)/.htm$ /modules/ipboard/index.php?showforum=$1&s = $ 2 # http://gi.2288.org:88/modules/ipboard/index.php?showforum=17&s=
8d88e79f2ec22ddc5c84d6414bf6c945 # http://gi.2288.org:88/modules/ipboard/showforum_17-8d88e79f2ec22ddc5c84d6414bf6c945.htm RewriteRule /modules/ipboard/showforum_(.*)/.htm$ /modules/ipboard/index.php?showforum=$1 # http://gi.2288.org:88/modules/ipboard/index.php?showforum=14 # http://gi.2288.org:88/modules/ipboard/showforum_14.htm Rewriterule / Modules / IPBoard / Showtopic _ (. *) /. htm $ /Modules/ipboard/index.php?showtopic=1 # http://gi.2288.org:88/Modules/ipboard/index.php?showtopic=17 # http: // Gi.2288.org:88/modules/ipboard/showtopic_17.htm shutriterule /modules/ipboard/Act_ (.* )-(.htm full / typ-ipboard/index.php?act= $ 1&c= $ 2 # http://gi.2288.org:88/modules/ipboard/index.php?act=sc&c=4 # http://gi.2288.org:88/modules/ipboard/act_sc-4.htm Rewriterule / Modules / IPBoard / Act-i _ (. *) /. htm $ /Modules/ipboard/index.php?act= $ 1 # http://gi.2288.org:88/modules/ipboard/index.php?act= IDX # http://gi.2288.org:88/modules/ipboard/act-i_idx.htm # ------------------ Digest Rewriterule / Modules / Digest / INDEX. HTM $ /Modules/digest/index.php # http://gi.2288.org:88/modules/digest/index.htm shutriterule /modules/digest/cid_(.* )/.htm full of / modules / Digest / Index.php? category_id = $ 1 # http://gi.2288.org:88/modules/digest/index.php?category_id=2 # http://gi.2288.org:88/modules/digest/cid_2. HTM REWRITERULE /MODULES / Digest/ud_( (.* )-( )-() (. )/.htm full /Modules/digest/index.php?op= $ $es =.. # # = = # # # / DiGest/index.php?op=Update&digest_id=7 # http://gi.2288.org:88/modules/digest/ud_update-7.htm shutriteerule /modules/digest/ctid_(.* )/.htm full Modules / Digest / Custom.php? category_id = $ 1 # http://gi.2288.org:88/modules/digest/custom.php?category_ID=
2 # http://gi.2288.org:88/modules/digest/ctid_2.htm shutriterule /modules/digest/u-ccid_(.* )/.htm @ /modules/digest/index.php?digest_id= $$ # http://gi.2288.org:88/modules/digest/index.php?digest_id=10#10& # http://gi.2288.org:88/modules/digest/u-ccid_10.htm#10& Rewriterule /Modules/digest/u-cid_(.*)-(.* )/.htm @ /modules/digest/index.php?op = 1&category_id= $2 # http://gi.2288.org:88/ Modules / Digest / Index.php? Op = Update & Category_ID = 4 # http://gi.2288.org:88/modules/digest/u-cid_update-4.htm # *********** *********************************************************** *********************************************************** ** # # -------------------- Wordbook Rewriterule /Modules/Wordbook/index.htm ownel/modules/ http: // gi. 2288.org:88/modules/Wordbook/index.htm Rewriterule /Modules/Wordbook/Letter.htm owverage / modules/ http://gi.2288.org:88/modules/Wordbook/letter. HTM REWRITERULE /MODULES/Wordbook/category.htm full /modules/wordbook/category.php # http://gi.2288.org:88/modules/Wordbook/categ Ory.htm shutbook/category_(..hphp?dbook/category.php?categoryid=1 # http://gi.2288.org:88/modules/Wordbook/category.php ? categoryid = 1 # http://gi.2288.org:88/modules/Wordbook/category_1.htm Rew/LETTER_ (.* )/.htm full /Modules/Wordbook/letter.php?init= $ 1 # http://gi.2288.org:88/modules/wordbook/letter.php?init=b # http://gi.2288.org:88/modules/Wordbook/Letter_b.htm Rewriterule / Modules / Wordbook /entry_(.* )/.htm ownel /modules/wordbook/entry.php?nTryid=1 # http://gi.2288.org:88/modules/Wordbook/entry.php?Tryid=
111 # http://gi.2288.org:88/modules/Wordbook/entry_111.htm # ************************************** *********************************************************** ************************** # # -------------- -------- GHDB REWRITERULE /MODULES/GHDB/index.htm @ /modules/ghdb/index.php # http://gi.2288.org:88/modules/ghdb/index.htm Rewriterule / Modules / GHDB / I / MODB/CATEGORE / MODULES / MODB / GHDB / MODB / GHDB / MODB / GHDB / Category.php # http://gi.2288.org:88/modules/ghdb/category.htm shutriterule /modules/ghdb/category_(.*/.htm full of /modules/ghdb/category.php?categoryID= $ 1 # http://gi.2288.org:88/modules/ghdb/category.php?categoryId=1 # http://gi.2288.org:88/modules/ghdb/category_1.htm Rewriterule / Modules / GHDB / Letter _ (. *) /. htm $ /Modules/ghdb/LETTER.PHP?init= $ 1 # http://gi.2288.org:88/modules/ghdb/letter.php?init=b # http: // Gi.2288.org:88/modules/ghdb/LETTER_B.HTM Rewriterule /Modules/ghdb/entry_(.* )/.htm @ /modules/ghdb/entry.php?Tryid= $ 1 # http://gi.2288.org:88/modules/ghdb/entry.php?nTryid=111 # http://gi.2288.org:88/modules/ghdb/entry_111.htm # ----- --------------- WordPress Rewriterule /Modules/WordPress/index.htm! /Modules/wordpress/index.php # http://gi.2288.org:88/modules/wordpress /index.htm shutriterule /modules/wordpress/index_ (.* )/.htm full / tyd/WordPress/index.php?p= $ 1 # http://gi.2288.org:88/modules/wordpress/index. PHP? P = 9 # http://gi.2288.org:88/modules/wordpress/index_9.htm shutriterule /modules/wordpress/cat_(.* )/.htm full / tydules/wordpress/index.php?cat = $ 1 # http://gi.2288.org:88/modules/wordpress/index.php?cat=
1 # http://gi.2288.org:88/modules/WordPress/cat_1.htm shutriterule /modules/.htm $ /Modules/WordPress/index.php?m= $ 1 # http : //gi.2288.org: 88 / Modules / WordPress / Index.php? m = 200412 # http://gi.2288.org:88/modules/WordPress/m_200412.htm Rewriterule / Modules / WordPress / Author_ HTM $ /Modules/WordPress/index.php?author= $ 1 # http://gi.2288.org:88/modules/wordpress/index.php?author=1 # http: // gi. 2288.org:88/Modules/WordPress/author_1.htm # *************************************************************** *********************************************************** ******************* # # -------------------- Flashgames RewriteRule /modules/flashgames/index.htm$ /modules/flashgames/index.php # http://gi.2288.org:88/modules/flashgames/index.htm RewriteRule /modules/flashgames/highscores.htm$ / Modules / flashgames / highscores.php # http://gi.2288.org:88/modules/flashgames/highscores.htm shutriterule /modules/flashgames/hit_(.* )/.htm full /Modules/flashgames/topten.php Hit = $ 1 # http://gi.2288.org:88/modules/flashgames/top Ten.php? Hit = 1 # http://gi.2288.org:88/modules/flashgames/hit_1.htm Rewriterule /Modules/flashgames/rate_(.* )/.htm full /Modules/flashgames/topten.php Rate = $ 1 # http://gi.2288.org:88/modules/flashgames/topten.php?rate=1 # http://gi.2288.org:88/modules/flashgames/rate_1.htm Rewriterule / Modules / Flashgames / CID _ (. *) /. htm $ /Modules/flashgames/viewcat.php?cid= $ 1 # http://gi.2288.org:88/modules/flashgames/viewcat.php?cid=5 # http://gi.2288.org:88/modules/flashgames/cid_5.htm shutriterule /modules/flashgames/lid_(.* )/.htm full /modules/flashgames/game.php?lid=1 # http: / /GI.2288.org:88/modules/flashgames/game.php?lid=
15 # http://gi.2288.org:88/modules/flashgames/lid_15.htm # ***************************** *********************************************************** ************************** # # -------------- -------- MyLinks Rewriterule /Modules/mylinks/index.htm ownel /modules/mylinks/index.php # http://gi.2288.org:88/modules/mylinks/index.htm Rewriterule / Modules /MYLINKS/Submit.htm $ /Modules/mylinks/submit.php # http://gi.2288.org:88/modules/mylinks/submit.htm shutriterule /modules/mylinks/hit_(.* )/.htm $ /modules/mylinks/topten.php?hit= $ 1 # http://gi.2288.org:88/modules/mylinks/topten.php?hit=1 # http://gi.2288.org:88/modules / ILINKS/HIT_1.HTM REWRITERULE /MODULES /MYLINKS/Rate_ (.* )/.htm full /Modules/mylinks/topten.php?rate= $ 1 # http://gi.2288.org:88/modules/mylinks/ Topten.php? rate = 1 # http://gi.2288.org:88/modules/mylinks/rate_1.htm shutriterule /modules/mylinks/cid_(.* )/.htm full of /modules/mylinks/viewcat.php CID = $ 1 # http://gi.2288.org:88/modules/mylinks/viewcat.php?cid=5 # http://gi.2288.org:88/modules/mylinks/cid_5 .htm shutriterule /modules/mylinks/visit_(.*)-( )/.htm owl / tydules/mylinks/visit.php?cid= $1&lid= $ 2 # http://gi.2288.org:88/ Modules / MyLinks / Visit.php? CID = 21 & LID = 14 # http://gi.2288.org:88/modules/mylinks/visit_21-14.htm # ************* *********************************************************** *********************************************************** # # -------------------- XMline Rewriterule /Modules/xmline/index.htm owverage@ /modules/xmline/index.php # http: //gi.2288. ORG: 88 / MODULES / XMLINE / INDEX.HTM REWRITERULE /MODULES/Xmline/cid_(.* )/.htm full /Modules/xmline/index.php?category_id= $ 1 # http://gi.2288.org:88 /Modules/xmline/index.php?category_id=
2 # http://gi.2288.org:88/modules/xmline/cid_2.htm shutriterule /modules/xmline/o-item_(.* )/.htm.php?digest_id= $ 1 # http://gi.2288.org:88/modules/xmline/Item.php?digest_id=32 # http://gi.2288.org:88/modules/xmline/o-item_32.htm Rewriterule / Modules / XMline / D - (. *) - (. *) /. htm $ /Modules/xmline/index.php?op= $ 1&digest_id= $ 2 # http://gi.2288.org:88/modules/xmline/index .php? op = 40 # http://gi.2288.org:88/modules/xmline/d-Update-40.htm shutriterule /modules/xmline/cid_(.* )/.htm full Modules / XMline / Custom.php? category_id = $ 1 # http://gi.2288.org:88/modules/xmline/custom.php?category_id=7 # http://gi.2288.org:88/modules/ XMline / C-CID_7.htm shutriterule /modules/xmline/u-cid_(.* )/.htm full of /modules/xmline/index.php?digest_id= $$ # http://gi.2288.org:88/modules /XMLINE/index.php?digest_id=40#40& # http://gi.2288.org:88/modules/xmline/u-ccid_40#40.htm shutriterule /modules/xmline/ua-cid_ (.*) (. *) /. htm $ /Modules/xmline/index.php?op=1&category_id= $ 200 # http://gi.2288.org:88/mo Dules / XMLINE / UA-CID_UPDATE-4.HTM # ************************************************ *********************************************************** ***************** # # -------------------- lykos_syndication riterule /Modules/lykos_syndication/index.htm! /Modules/lykos_syndication/index.php # http://gi.2288.org:88/Modules/lykos_syndication/index.htm # -------------- ------- Dictionary Rewriterule /Modules/Dictionary/index.htm@bot/Dictionary/index.php # http://gi.2288.org:88/modules/Dictionary/index.htm Rewriterule / Modules /Dictionary/Dictionary_(.* )/.htm full /Modules/Dictionary/detail.php?id= $ 1 # http://gi.2288.org:88/modules/DICTION/Detail.php?id=
4 # http://gi.2288.org:88/modules/Dictionary/dictionary_4.htm Rewriterule /Modules/Dictionary/letter_(.* )/.htm full /modules/Dictionary/letter.php?letter= $1 # http : //gi.2288.org: 88 / Modules / Dictionary / Letter.php? Letter = b # http://gi.2288.org:88/modules/Dictionary/letter_b.htm # ****** *********************************************************** *********************************************************** ******* # # ------------------- T-Techtools Rewriterule /Modules/t-techtools/index.htm full of modules / T-Techtools /index.php # http://gi.2288.org:88/modules/t-techtools/index.htm shutriterule /modules/t-techtool/c_(.* )/.htm full of modules / T-TechTools / Index.php? OPI = $ 1 # http://gi.2288.org:88/modules/t-techtools/index.php?opi=
HTMLJS # htmljs # http:88/modules/t-techtools/c_htmljs.htm # http://gi.2288.org:88/modules/t-techtools/c_htmlphp.htm # http: // Gi.2288.org:88/modules/t-techtool/c_htmledit.htm # http://gi.2288.org:88/modules/t-techtools/c_htmlperl.htm # http://gi.2288.org: 88 / Modules / T-Techtools / C_TechPop.htm # http://gi.2288.org:88/modules/t-techtools/c_dedupe.htm # http://gi.2288.org:88/modules/T- TECHTOOLS / C_MTAGS.HTM # *********************************************************** *********************************************************** *********** # # -------------------- SiteMap Rewriterule / Modules / SiteMap / Index .htm $ /Modules/sitemap/index.php # http://gi.2288.org:88/modules/sitemap/index.htm # ***************** *********************************************************** ********************************************* # # - ------------------ Asciartist Rewriterule /Modules/ASCIIATST/index.htm ownel /modules/asciiartist/index.php # http://gi.2288.org:88/ Modules / asciartist / index.htm # ***************************************************** ** *********************************************************** ************ # # -------------------- PageRank Rewriterule / Modules / PageRank / INDEX . http://gi.2288.org:88/modules/pageRank/index.htm # ***************** *********************************************************** ********************************************* # # - ------------------ HzzPy Rewriterule /Modules/hzzpy/index.htm @ /modules/hzzpy/index.php # http://gi.2288.org:88/ MODULES / HZZPY / INDEX.HTM # *************************************************** *********************************************************** ************* # # ------------------ Liaise Rewriterule / Modules / Liaise /index.htm ownel / tydules/liaise/index.php # http://gi.2288.org:
88 / MODULES / LIAISE / INDEX.HTM # ************************************************** *********************************************************** *************** # # ------------------ Gi-Tools Rewriterule /Modules/gi-tools/index.htm ownel / tycules/gi-tools/index.php # http://gi.2288.org:88/modules/gi-tools/index.htm Rewriterule / Modules / GI-Tools /Gi-tools_pagerantak.htm $ /Modules/gi-tools/gi-tools_pageRank.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_pageRank.htm Rewriterule / Modules / Gi-Tools /Gi-tools_hzzpy.htm $ /Modules/gi-tools/gi-tools_hzzpy.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_hzzpy.htm Rewriterule / Modules / Gi-Tools /GI-TOOLS_ASCIIATIST.HTM $ /Modules/gi-tools/gi-tools_asciiartist.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_asciiartist.htm Rewriterule / Modules / GI-Tools /GI-Tools_GoogleSearch.htm$ /modules/GI-Tools/GI-Tools_GoogleSearch.php # http://gi.2288.org:88/modules/GI-Tools/GI-Tools_GoogleSearch.htm RewriteRule / modules / GI-Tools / Gi-Tools_Calendar.htm $ / MODULES / GI-TOO LS / GI-Tools_Calendar.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_calendar.htm Rewriterule /Modules/gi-tools/gi-tools_weather.htm Modules / Gi- Tools / Gi-Tools_Weather.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_weather.php # ****************** *********************************************************** ********************************************* # # - ------------------ ODP REWRITERULE /MODULES/XOOPSODP/INDEX.HTM @ /modules/xoopsodp/index.php # http://gi.2288.org:88/ Modules / XOOPSODP / INDEX.HTM # **************************************************** *********************************************************** ******************* # # -------------------- Other Rewriterule /Search.htm $ /Search.php # http://gi.2288.org:
88 / Search.htm # ------------------ Google PageRank Rewriterule /Modules/google_cheat/index_(.* )/.htm full of modules / Google_Cheat / PageRank_ $ 1 .php
# -------------------- Don't define index files in the root directory !!! - such as /index.htm, this is a wrong choice !! ------ ------------- # # ****************************************** *********************************************************** ******************** # # ------------------- -News modules/news/topic_(.* )/.html $ /Modules/news/index.php?storytopic= $$ # http://gi.2288.org:88/modules/news/topic_2.htm Rewriterule /Modules/news/Article_ (.* )/.html $ /Modules/news/Article.php?storyid=1 # http://gi.2288.org:88/modules/news/Article_2.htm Rewriterule / Modules /NEWS/topic (.*)-(./.html $ /Modules/news/index.php?storytopic= $ 1&Start= $2 # http://gi.2288.org:88/modules/news/topic2 -2.htm Rewriterule /Modules/news/archive/.html $ /Modules/news/archive.php # http://gi.2288.org:88/modules/news/archive.htm Rewriterule / Modules / News / INDEX . Httml $ /MODULES/news/index.php # http://gi.2288.org:88/modules/news/index.htm # ***************** *********************************************************** ********************************************* # # - ------------ ---------- Wfdownloads Modules Rewriterule /Modules/wfdownloads/topic_(.* )/.html $ /Modules/wfdownloads/viewcat.php?cid= $ 1 # http://gi.2288.org: 88 / MODULES / MYDOWNLOADS / VIEWCAT.PHP? CID = 9 # http://gi.2288.org:88/modules/mydownloads/topic_9.htm Rewriterule /Modules/wfdownloads/topic_o_( ()/topic_o_( ()/topic_o_( ()/topic_o_(.* )/.html $ / MODULES /wfdownloads/viewcat.php?op=&cid=$1 # http://gi.2288.org:88/modules/mydownloads/topic_o_9.htm RewriteRule /modules/wfdownloads/newlist/.html$ / modules / wfdownloads / newlist. PHP # http://gi.2288.org:88/modules/mydownloads/newlist.htm Rewriterule /Modules/wfdownloads/list_( (.* )/.html $ /Modules/wfdownloads/topten.php?list=
$ 1 # http://gi.2288.org:88/modules/mydownloads/list_hit.htm RewriteRule /modules/wfdownloads/hit_/.html$ /modules/wfdownloads/topten.php?list=hit 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 # http://gi.2288.org:88/modules/mydownloads/index.htm shutriterule /modules/wfdownloads/down (.* )-(.* )/.html $ / MODULES / wfdownloads/singlefile.php?cid= $1&lid= $ 200 # http://gi.2288.org:88/modules/mydownloads/down2-2.htm Rewriterule /Modules/wfdownloads/list_(.* )/.html T /Modules/wfdownloads/viewcat.php?list= $1 # http://gi.2288.org:88/modules/mydownloads/list_2.htm # **************** *********************************************************** *********************************************** # # - ------------------- MyDownloads Modules Rewriterule /Modules/myDownloads/index.html $ /Modules/myDownloads/index.php # http: //gi .2288.org: 88 / modules / mydownloads / index.htm shutriterule /modules/mydownloads/topic_ (.* )/.html $ /Modules/mydownloads/viewcat.php?cid= $ 1 # http: //gi.2288. ORG: 88 / MODULES / MyDownloads / Topic_2.htm Rewriterule /Modules/mydownloads/hit_(.* )/.html $ /Modules/mydownloads/topten.php?hit= $ 1 # http://gi.2288.org:88 /modules/mydownloads/hit_hit.htm shutriterule /modules/mydownloads/rate_ (.* )/.html $ /Modules/mydownloads/topten.php?rate=1 # http://gi.2288.org:88/modules/ MyDownloads / Rate_Rate.htm Rewriterule /Modules/mydownloads/down (.* )-(.* )/.html $ /Modules/myDownloads/singlefile.php?cid=1&lid=
$ 2 # http://gi.2288.org:88/modules/mydownloads/down2-2.htm # ********************************** *********************************************************** ***************************** # # ----------- ---------- Myalbum Rewriterule /Modules/myalbum/index.html $ /Modules/myalbum/index.php # http://gi.2288.org:88/modules/myalbum/index.htm Rewriterule /Modules/myalbum/hit_(.* )/.html $ /Modules/myalbum/topten.php?hit= $1 # http://gi.2288.org:88/modules/myalbum/hit_1.htm Rewriterule / Modules / Myalbum / photo _ (. *) /. html $ /Modules/myalbum/photo.php?lid= $ 1 # http://gi.2288.org:88/modules/myalbum/photo.php?lid=1532 # http: //gi.2288.org:88/modules/myalbum/photo_1532.htm Rewriterule /Modules/myalbum/topic_ (.* )/.html $ /Modules/myalbum/viewcat.php?cid= $ 1 # http: //gi .2288.org: 88 / modules / myalbum / viewcat.php? CID = 48 # http://gi.2288.org:88/modules/myalbum/topic_48.htm shutriterule /modules/myalbum/view(.*) (. *) /. html $ /Modules/myalbum/viewcat.php?num= $ 1&cid= $ 2 # http://gi.2288.org:88/modules/myalbum/View2-2.htm Rewriter Ule /Modules/myalbum/photo(.*)-(.* )/.html $ /Modules/myalbum/photo.php?lid= $ 1&cid= $2 # http://gi.2288.org:88/modules/ Myalbum / photo.php? LID = 914 & CID = 34 # http://gi.2288.org:88/modules/myalbum/photo914-34.htm shutriterule /topic_1.htm?cid=(.* )&num=(.*) ) & orde = (. *) A & POS = (. *) / $ /viewcat.php?cid= $ 1&num= $ 2&orderby= $ 3a&pos=
$ 4 # ********************************************************* *********************************************************** **************** # # ------------------ Ams Rewriterule /Modules/ams/index.html $ / Modules / AMS / INDEX.PHP # http://gi.2288.org:88/modules/Ams/index.htm Rewriterule /Modules/ams/Ams/archive.php # http: // Gi.2288.org:88/modules/ams/archive.htm shutriterule /modules/ams/Article_ (.* )/.html full /Modules/ams/Article.php?storyid= $ 1 # http: //gi.2288 or 罗: = = = =?? $ /Modules/ams/index.php?storytopic= $ 1 # http://gi.2288.org:88/modules/AMS/topic_2.htm shutriterule /modules/ams/archive(.*)-(.* )/ .html $ /Modules/AMS/archive.php?year= $ 1&month= $ 2 # http://gi.2288.org:88/modules/ams/archive2-2.htm # ******** *********************************************************** *********************************************************** ***** # # -------------------- BookList Rewriterule / Modules / Bookl ISTS / INDEX.HTML $ /MODULES / BOOKLISTS/index.php # http://gi.2288.org:88/modules/bookLists/index.htm Rewriterule /Modules/bookLists/faq.html $ / MODULES / BOOKLISTS / FAQ .php://gi.2288.org:88/modules/booklists/faq.htm shutriterule /modules/bookLists/search.html $ /Modules/bookLists/search.php # http://gi.2288.org : 88 / Modules / Booklists / Search.htm Rewriterule /Modules/bookLists/hit_(.* )/.html $ /Modules/bookLists/topten.php?hit= $ 1 # http://gi.2288.org:88/ Modules / BookLists / Hit_1.htm Rewriterule /Modules/bookLists/rate_ (.* )/.html $ /Modules/bookLists/topten.php?rate= $ 1 # http://gi.2288.org:88/modules/bookLists /rate_1.htm shutriterule /modules/bookLists/view(.* )/.html $ /Modules/bookLists/viewcat.php?cid=
$ 1 # http://gi.2288.org:88/modules/bookLists/view2.htm shutriterule /modules/bookLists/book (.* )-(.* )/.html $ /Modules/bookLists/singLink.php? CID = $ 1 & LID = $ 2 # http://gi.2288.org:88/modules/bookLists/book2-2.htm shutriterule /modules/bookLists/viewbook-(.*)/.html $ / MODULES / BOOKLISTS / SINGLINK .php? Lid = $ 1 # http://gi.2288.org:88/modules/bookLists/viewbook-2.htm shutriterule /modules/bookLists/visit (.*)-(.*)book/.html $ / Modules / BookLists / Visit.php? Cid = $ 1 & LID = $ 2 # http://gi.2288.org:88/modules/bookLists/visit.php?cid=8&lid=23 # ******** *********************************************************** *********************************************************** ***** # # ------------------ xphpbbi retwriterule /modules/xphpbbi/index.html full / tydules/xphpbbi/index.php # http: / /GI.2288.org:88/modules/xphpbbi/index.htm shutriterule /modules/xphpbbi/viewForum_ (.* )/.html $ /Modules/xphpbbbi/viewforum.php?f= $1 # http: // gi. 2288.org:88/modules/xphpbbi/viewforum_1.htm shutriterule /Modules/xphpbbi/viewtopic_(.* )/.html $ / modules / xphpbbi / Viewtopic.php? t = $ 1 # http://gi.2288.org:88/modules/xphpbbi/viewtopic_1.htm shutriterule / modules / xphpbbi / viewtopic_post (. *) - (. *) - (. *) - ( * (. *) /. html $ /Modules/xphpbbi/viewtopic.php?t= $1&Start= $ 2&postdays= $ 3&postorder= $ 4&highlight= $5 shutriterule /modules/xphpbbbi/viewtopic_o(.* )/.htm # (. *) $ /Modules/xphpbbi/viewtopic.php?p= $ 1#$ # http://gi.2288.org:88/modules/xphpbbi/viewtopic_o2.htm Rewriterule / modules / XPHPBBI / N- (. *) /. html $ /Modules/xphpbbi/search.php?search_id= $ 1 # http: //gi.2288.org: 88 / modules / xphpbbi / search.php? search_id = newposts shutriterule / modules / xphpbbi / ego- (. *) /. html $ /Modules/xphpbbi/search.php?search_id=
$ 1 # http://gi.2288.org:88/modules/xphpbbi/search.php?search_id=egosearch # http://gi.2288.org:88/modules/xphpbbi/ego-egosearch.htm Rewriterule / Modules / xphpbbi/u-(.* )/.html $ /Modules/xphpbbi/search.php?search_id= $ 1 # http://gi.2288.org:88/modules/xphpbbi/search.php?search_id=unanswered # http://gi.2288.org:88/modules/xphpbbi/u-unanswered.htm shutriterule /modules/xphpbbbi/index_ (.* )/.html full@modules/xphpbbi/index.php?c= $1 # http : //gi.2288.org: 88 / modules / xphpbbi / index.php? c = 3 # http://gi.2288.org:88/modules/xphpbbi/index_3.htm # ******* *********************************************************** *********************************************************** ******* # # -------------------- Newbb Rewriterule /Modules/newbb/index.html $ /Modules/newbb/index.php # http : //gi.2288.org: 88 / Modules / Newbb / Index.htm Rewriterule /Modules/newbb/viewall.html $ /Modules/newbbb/viewall.php # http://gi.2288.org:88/modules /NEWBB/VIEWALL.PHP # http://gi.2288.org:88/modules/newbb/viewall.htm shutriterule /Modules/newbb/post.html $ / module S / newbb / post.php # http://gi.2288.org:88/modules/newbb/post.php # http://gi.2288.org:88/modules/newbb/post.htm Rewriterule / modules /NEWBB/Search.html $ /Modules/newbb/search.php # http://gi.2288.org:88/modules/newb/search.php # http://gi.2288.org:88/modules/ Newbb / search.htm shutriterule /modules/newb/forum_( )/.html $ /Modules/newbbb/viewforum.php?forum=1 # http://gi.2288.org:88/modules/newbb/ViewForum .php? forum = 5 # http://gi.2288.org:88/modules/newb/forum_5.htm shutriterule /modules/newbb/viewtopic_id(.* )-(.*)/.html $ / / MODULES / NewBB /viewtopic.php?topic_id= $ 1&sterum= $2 # http://gi.2288.org:88/modules/newbb/viewtopic.php?topic_id=111&sterum=
5 # http://gi.2288.org:88/modules/newbb/viewtopic_id111-5.htm Rewriterule /Modules/newbb/topic_mode_(.* )-(.html $ / / MODULES /newb/viewtopic.php?viewmode= $ 1&topic_id= $ 2&Forum= $ 3 # http://gi.2288.org:88/modules/newbb/viewtopic.php?viewMode=flat&topic_id=111&ster =5 # http: // gi .2288.org: 88 / modules / newbb / topic_mode_flat-111-5.htm shutriterule /modules/newbb/newtopic_( (.* )-(.* )-(.* )- (. *) /. html $ /Modules/newb/viewforum.php?start= $ 4/3&sortorder= $ 4&sortsince= # http://gi.2288.org:88/modules/ http://gi.2288.org:88/modules/ newbb / viewforum.php? start = 0 & forum = 27 & sortname = p.post_time & sortorder = DESC & sortsince = 100 & type = unread # http://gi.2288.org:88/modules/newbb/newtopic_0-27-p.post_time-DESC-100- Unread.htm shutriterule /modules/newbb/digest_(.* )-( )-(.* )-(.* )/.html $ / modules / newbbb / viewforum. php? start = $ 1 & forum = $ 2 & sortname = $ 3 & sortorder = $ 4 & sortsince = $ 5 & type = $ 6 # http://gi.2288.org:88/modules/newbb/viewforum.php?start=0&forum=27&sortname=p.post_time&sortorder = Desc & sortsince = 100 & t Ype = Digest # http://gi.2288.org:88/modules/newbb/digest_0-27-p.post_time-desc-100-digest.htm RewriteUle /Modules/newbb/unreplied(.* )/.html /Modules/newbbb/viewall.php?type=1 # http://gi.2288.org:88/modules/newbb/Viewall.php?type=unreplied # http://gi.2288.org:88/modules /NEWBB/UNREPLIEDUNREPLIED.HTM REWRITERULE /MODULES/NEWBB/TOPIC_TIME_ (.*)-(.* )-(.* )-() /.html $ / MODULES / NewBB /viewtopic.php?viewMode= $ 1&ographer= $ 2&topic_id= $ 3&sterum= $ 4&move= $5&topic_time=
$ 6 # http://gi.2288.org:88/modules/newbb/viewtopic.php?viewmode=threaded&order=ASC&topic_id=111&forum=5&move=prev&topic_time=1105542643 # http://gi.2288.org:88/modules/ NEWBB / TOPIC_TIME_THREADED-ASC-111-5-Prev-1105542643.htm Rewriterule /Modules/newb/forum-cat_ (.* )/.html $ /Modules/newbb/index.php?cat= $1 # http: //gi .2288.org: 88 / modules / newbb / index.php? Cat = 4 # http://gi.2288.org:88/modules/newbb/forum-cat_4.htm Rewriterule /Modules/newb/newtopic_(.* ) /. html $ /Modules/newb/newtopic.php?forum= $ 1 # http://gi.2288.org:88/modules/newb/newtopic.php?forum=5 # http: //gi.2288. ORG: 88 / MODULES / NEWB / NewTopic_5.htm Rewriterule /Modules/newbb/view-newtopic_( (.* )-( )/.html full /Modules/newbb/viewtopic.php?topic_id= $ 1&Start= $2 # http : //gi.2288.org: 88 / viewtopic.php? Topic_ID = 155 & Start = 0 # http://gi.2288.org:88/modules/newbb/view-newtopic_155-0.htm # ***** *********************************************************** *********************************************************** ******** # # -------------------- IPB REWRITERULE / MODUL ES / IPBOARD / INDEX.HTML $ /MODULES/ipboard/index.php # http://gi.2288.org:88/modules/ipboard/index.htm RewRiterule / Modules / ipboard / showtopic _ (. *) - (. *) /. html $ /Modules/ipboard/index.php?showtopic= $ 1&s= $2 # http://gi.2288.org:88/modules/ipboard/index.php?showtopic=23&s=8d88e79f2ec22ddc5c84d6414bf6c945 # http: //gi.2288.org:88/modules/ipboard/showtopic_23-8d88e79f2ec22ddc5c84d6414bf6c945.htm RewriteRule /modules/ipboard/showforum_(.*)-(.*)/.html$ /modules/ipboard/index.php?showforum= $ 1 & S = $ 2 # http://gi.2288.org:88/modules/ipboard/index.php?showforum=17&s=
8d88e79f2ec22ddc5c84d6414bf6c945 # http://gi.2288.org:88/modules/ipboard/showforum_17-8d88e79f2ec22ddc5c84d6414bf6c945.htm RewriteRule /modules/ipboard/showforum_(.*)/.html$ /modules/ipboard/index.php?showforum=$1 # http://gi.2288.org:88/modules/ipboard/index.php?showforum=14 # http://gi.2288.org:88/modules/ipboard/showforum_14.htm Rewriterule / Modules / IPBoard / Showtopic _ (. *) /. html $ /Modules/ipboard/index.php?showtopic=1 # http://gi.2288.org:88/modules/ipboard/index.php?showtopic=17 # http: // Gi.2288.org:88/modules/ipboard/showtopic_17.htm shutriterule /modules/ipboard/act_(.* )-(.* )/.html $ /Modules/ipboard/index.php?act= $ 1&c= $ 2 # http://gi.2288.org:88/modules/ipboard/index.php?act=sc&c=4 # http://gi.2288.org:88/modules/ipboard/act_sc-4.htm Rewriterule / Modules / IPBoard / Act-i _ (. *) /. html $ /Modules/ipboard/index.php?act= $1 # http://gi.2288.org:88/modules/ipboard/index.php?act= IDX # http://gi.2288.org:88/modules/ipboard/act-i_idx.htm # ------------------ Digest Rewriterule / Modules / Digest / in DEX.html $ /Modules/digest/index.php # http://gi.2288.org:88/modules/digest/index.htm shutriterule /modules/digest/cid_(.* )/.html $ / MODULES / Digest / index.php? category_id = $ 1 # http://gi.2288.org:88/modules/digest/index.php?category_id=2 # http://gi.2288.org:88/modules/digest/ CID_2.htm shutriterule /modules/digest/ud_(.*)-(.* )/.html $ /Modules/digest/index.php?op= $ 1&digest_id= $ 2 # http://gi.2288.org:88 /Modules/digest/index.php?op=update&digest_id=7 # http://gi.2288.org:88/modules/digest/ud_update-7.htm shutriterule /modules/digest/ctId_ (.* )/.html $ /Modules/digest/custom.php?category_id= $1 # http://gi.2288.org:88/modules/digest/custom.php?category_id=
2 # http://gi.2288.org:88/modules/digest/ctid_2.htm shutriterule /modules/digest/u-ccid_(.* )/.html $ /Modules/digest/index.php?digest_id= $ 1 # http://gi.2288.org:88/modules/digest/index.php?digest_id=10#10& # http://gi.2288.org:88/modules/digest/u-ccid_10.htm#10& Rewriterule /Modules/digest/u-cid_(.*)-(.* )/.html $ /Modules/Digest/index.php?op= $ 1&category_id= $2 # http://gi.2288.org:88/ Modules / Digest / Index.php? Op = Update & Category_ID = 4 # http://gi.2288.org:88/modules/digest/u-cid_update-4.htm # *********** *********************************************************** *********************************************************** ** # # -------------------- Wordbook Rewriterule /Modules/Wordbook/index.html full / tyd /wordbook/index.php # http: // gi. 2288.org:88/modules/Wordbook/index.htm Rewriterule /Modules/Wordbook/Letter.html $ /Modules/Wordbook/letter.php # http://gi.2288.org:88/modules/wordbook/letter. HTM Rewriterule /Modules/Wordbook/category.html $ /Modules/Wordbook/category.php # http://gi.2288.org:88/modules/Wordbook/ Category.htm shutbook/category_( (.* )/.html $ /Modules/Wordbook/category.php?categoryid=1 # http://gi.2288.org:88/modules/wordbook/category.php ? categoryid = 1 # http://gi.2288.org:88/modules/wordbook/category_1.htm Rew/LETTER_ (.* )/.html $ /Modules/Wordbook/letter.php?init= $ 1 # http://gi.2288.org:88/modules/wordbook/letter.php?init=b # http://gi.2288.org:88/modules/Wordbook/Letter_b.htm Rewriterule / Modules / Wordbook /entry_(.* )/.html $ /Modules/Wordbook/entry.php?nTryid= $ 1 # http://gi.2288.org:88/modules/wordbook/entry.php?Tryid=
111 # http://gi.2288.org:88/modules/Wordbook/entry_111.htm # ************************************** *********************************************************** ************************** # # -------------- -------- GHDB REWRITERULE /MODULES/GHDB/index.html $ /Modules/ghdb/index.php # http://gi.2288.org:88/modules/ghdb/index.htm Rewriterule / Modules / GHDB / I / MODB/ httmp://gi.2288.org:88/modules/gHDB /LETTER.HTM REWRITERULE /MODULES/GHDB/Category.html $ / MODULES / GHDB / Category.php # http://gi.2288.org:88/modules/ghdb/category.htm shutriterule /modules/ghdb/category_(.* )/.html full@php?categoryID= $ 1 # http://gi.2288.org:88/modules/ghdb/category.php?categoryId=1 # http://gi.2288.org:88/modules/ghdb/category_1.htm Rewriterule / Modules / GHDB / Letter_ (. *) /. html $ /Modules/ghdb/LETTER.PHP?init= $ 1 # http://gi.2288.org:88/modules/ghdb/letter.php?init=b # http: // Gi.2288.org:88/modules/ghdb/LETTER_B.HTM Rewriterule /Modules/ghdb/entry_(.* )/.html $ /Modules/ghdb/entry.php?ntr YID = $ 1 # http://gi.2288.org:88/modules/ghdb/entry.php?Tryid=111 # http://gi.2288.org:88/modules/ghdb/entry_111.htm # - ------------------ WordPress Rewriterule /Modules/WordPress/index.html $ /Modules/WordPress/index.php # http://gi.2288.org:88/ Modules / WordPress / Index.htm Rewriterule /Modules/WordPress/index_ (.* )/.html $ /Modules/WordPress/index.php?p = $ 1 # http://gi.2288.org:88/modules/wordpress /index.php?p=9 # http://gi.2288.org:88/modules/wordpress/index_9.htm Rewriterule /Modules/WordPress/cat_ (.* )/.html full / modules / WordPress / INDEX. PHP? Cat = $ 1 # http://gi.2288.org:88/modules/wordpress/index.php?cat=
1 # http://gi.2288.org:88/modules/wordpress/cat_1.htm shutriterule /modules/wordpress/m_ (.* )/.html full / tydules/wordpress/index.php?m= $ 1 # http : //gi.2288.org: 88 / Modules / WordPress / Index.php? m = 200412 # http://gi.2288.org:88/modules/WordPress/m_200412.htm Rewriterule / Modules / WordPress / Author_ *WordPress/index.php?author= $ 1 # http://gi.2288.org:88/modules/wordpress/index.php?author=1 # http: // gi. 2288.org:88/Modules/WordPress/author_1.htm # *************************************************************** *********************************************************** ******************* # # -------------------- Flashgames RewriteRule /modules/flashgames/index.html$ /modules/flashgames/index.php # http://gi.2288.org:88/modules/flashgames/index.htm RewriteRule /modules/flashgames/highscores.html$ / Modules / flashgames / highscores.php # http://gi.2288.org:88/modules/flashgames/hightscores.htm shutriterule /modules/flashgames/hit_(.* )/.html $ /Modules/flashgames/topten.php Hit = $ 1 # http://gi.2288.org:88/modules/flashgame S / TOPTEN.PHP? Hit = 1 # http://gi.2288.org:88/modules/flashgames/hit_1.htm shutriterule /modules/flashgames/rate_(.* )/.html $ / modules / Flashgames / Topten .php? rate = $ 1 # http://gi.2288.org:88/modules/flashgames/topten.php?rate=1 # http://gi.2288.org:88/modules/flashgames/rate_1.htm Rewriterule /Modules/flashgames/cid_(.* )/.html $ /Modules/flashgames/viewcat.php?cid= $ 1 # http://gi.2288.org:88/modules/flashgames/viewcat.php?cid= 5 # http://gi.2288.org:88/modules/flashgames/cid_5.htm shutriterule /modules/flashgames/lid_ (.* )/.html $ /Modules/flashgames/game.php?lid= $ 1 # http : //gi.2288.org: 88 / Modules / FlashGames / Game.php? LID =
15 # http://gi.2288.org:88/modules/flashgames/lid_15.htm # ***************************** *********************************************************** ************************** # # -------------- -------- Mylinks Rewriterule /Modules/Mylinks/index.html $ /Modules/mylinks/index.php # http://gi.2288.org:88/modules/mylinks/index.htm Rewriterule / Modules /MYLINKS/Submit.html $ /Modules/mylinks/submit.php # http://gi.2288.org:88/modules/mylinks/Submit.htm Rewriterule /Modules/mylinks/hit_(.* )/.html /modules/mylinks/topten.php?hit= $ 1 # http://gi.2288.org:88/modules/mylinks/topten.php?hit=1 # http://gi.2288.org:88/modules /MYLINKS/HIT_1.HTM REWRITERULE /MODULES /MYLINKS/Rate_ (.* )/.html $ /Modules/mylinks/topten.php?rate= $ 1 # http://gi.2288.org:88/modules/mylinks/ Topten.php? rate = 1 # http://gi.2288.org:88/modules/mylinks/rate_1.htm shutriterule /modules/mylinks/cid_(.* )/.html! ? CID = $ 1 # http://gi.2288.org:88/modules/mylinks/viewcat.php?cid=5 # http://gi.2288.org:88/modules/mylinks/ CID_5.htm shutriterule /modules/mylinks/visit_(.*)-(.* )/.html $ /Modules/mylinks/visit.php?cid= $1&lid= $ 200 # http://gi.2288.org:88 / typp?cid=21&lid=14 # http://gi.2288.org:88/modules/mylinks/visit_21-14.htm # ************ *********************************************************** *********************************************************** * # # -------------------- XMline Rewriterule /Modules/xmline/index.html $ /Modules/xmline/index.php # http: //gi.2288 .org: 88 / modules / xmline / index.htm shutriterule /modules/xmline/cid_(.* )/.html $ /Modules/Xmline/index.php?category_id= $1 # http://gi.2288.org: 88 / MODULES / XMLINE / INDEX.PHP? CATEGORY_ID =
2 # http://gi.2288.org:88/modules/xmline/cid_2.htm shutriterule /modules/xmline/o-item_(.* )/.html $ /Modules/xmline/Item.php?digest_id= $ 1 # http://gi.2288.org:88/modules/xmline/Item.php?digest_id=32 # http://gi.2288.org:88/modules/xmline/o-item_32.htm Rewriterule / Modules / XMLINE / D - (. *) - (. *) /. html $ /Modules/xmline/index.php?op= $ 1&digest_id= $ 2 # http://gi.2288.org:88/modules/xmline/index .php? op = 40 # http://gi.2288.org:88/modules/xmline/d-Update-40.htm shutriterule /modules/xmline/c-cid_(.* )/.html $ / Modules / XMline / Custom.php? category_id = $ 1 # http://gi.2288.org:88/modules/xmline/custom.php?category_id=7 # http://gi.2288.org:88/modules/ XMline / C-CID_7.htm shutriterule /modules/Xmline/u-cid_(.* )/.html full / typ-xmline/index.php?digest_id= $ 1 # http://gi.2288.org:88/modules /XMLINE/index.php?digest_id=40#40& # http://gi.2288.org:88/modules/xmline/u-ccid_40#40.htm shutriterule /modules/xmline/ua-cid_ (.*) (. *) /. html $ /Modules/xmline/index.php?op= $ 1&category_id= $ 2 # http://gi.2288.org: 88 / MODULES / XMLINE / UA-CID_UPDATE-4.HTM # ***************************************************** *********************************************************** ******************* # # -------------------- Lykos_syndication ruwriterule /modules/lykos_syndication/index.html !/ndules/lykos_syndication/index.php # http://gi.2288.org:88/modules/lykos_syndication/index.htm # -------------- ---------- Dictionary shutriterule /modules/DICTIONARY/index.html $ /Modules/Dictionary/index.php # http://gi.2288.org:88/modules/Dictionary/index.htm Rewriterule /Modules/Dictionary/Dictionary_(.html $ /Modules/DICtionary/detail.php?id= $ 1 # http://gi.2288.org:88/modules/Dictionary/detail.php?id=
4 # http://gi.2288.org:88/modules/Dictionary/Dictionary_4.htm shutriterule /modules/Dictionary/letter_ (.* )/.html full /Modules/DICTIONRY/LETTER.PHP?LETTER = 1 # http : //gi.2288.org: 88 / Modules / Dictionary / Letter.php? Letter = b # http://gi.2288.org:88/modules/Dictionary/letter_b.htm # ****** *********************************************************** *********************************************************** ******* # # -------------------- T-Techtools Rewriterule /Modules/t-techtools/index.html $ / MODULES / T-Techtools /index.php # http://gi.2288.org:88/modules/t-techtools/index.htm shutriterule /modules/t-techtools/c_(.* )/.html $ / MODULES / T-TechTools / Index.php? OPI = $ 1 # http://gi.2288.org:88/modules/t-techtools/index.php?opi=
HTMLJS # htmljs # http:88/modules/t-techtools/c_htmljs.htm # http://gi.2288.org:88/modules/t-techtools/c_htmlphp.htm # http: // Gi.2288.org:88/modules/t-techtool/c_htmledit.htm # http://gi.2288.org:88/modules/t-techtools/c_htmlperl.htm # http://gi.2288.org: 88 / Modules / T-Techtools / C_TechPop.htm # http://gi.2288.org:88/modules/t-techtools/c_dedupe.htm # http://gi.2288.org:88/modules/T- TECHTOOLS / C_MTAGS.HTM # *********************************************************** *********************************************************** *********** # # -------------------- SiteMap Rewriterule / Modules / SiteMap / Index . http://gi.2288.org:88/modules/sitemap/index.htm # ****************** *********************************************************** ********************************************* # # - ------------------ asciistist/index.html $ /Modules/ASCIIARGTST/index.php # http://gi.2288.org:88/ Modules / asciartist / index.htm # ***************************************************** *********************************************************** ******************* # # ------------------- PageRank Rewriterule / Modules / PageRank /index.html $ /Modules/pageRank/index.php # http://gi.2288.org:88/modules/pageRank/index.htm # **************** *********************************************************** ************************************************* # # -------------------- HzzPy Rewriterule /Modules/hzzpy/index.html $ /Modules/hzzpy/index.php # http://gi.2288.org: 88 / MODULES / HZZPY / INDEX.HTM # ************************************************** *********************************************************** *************** # # ------------------ Liaise Rewriterule / Modules /LIAISE/index.html $ /Modules/liaise/index.php # http://gi.2288.org:
88 / MODULES / LIAISE / INDEX.HTM # ************************************************** *********************************************************** *************** # # ------------------ Gi-Tools Rewriterule /Modules/gi-tools/index.html $ /Modules/gi-tools/index.php # http://gi.2288.org:88/modules/gi-tools/index.htm Rewriterule / Modules / GI-Tools /Gi-tools_pageRank.html $ /Modules/gi-tools/gi-tools_pagerant.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_pageRank.htm Rewriterule / Modules / Gi-Tools /Gi-tools_hzzpy.html $ /Modules/gi-tools/gi-tools_hzzpy.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_hzzpy.htm Rewriterule / Modules / Gi-Tools /Gi-tools_asciiartist.html $ /Modules/gi-tools/gi-tools_asciiartist.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_asciiartist.htm Rewriterule / Modules / Gi-Tools /GI-Tools_GoogleSearch.html$ /modules/GI-Tools/GI-Tools_GoogleSearch.php # http://gi.2288.org:88/modules/GI-Tools/GI-Tools_GoogleSearch.htm RewriteRule / modules / GI-Tools /Gi-tools_calendar.html $ / MODULES / Gi-Tools / Gi-Tools_Calendar.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_calendar.htm Rewriterule /Modules/gi-tools/gi-tools_weather.html $ / MODULES / Gi-Tools / Gi-Tools_Weather.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_weather.php # ***************** *********************************************************** ************************************************* # # -------------------- ODP REWRITERULE /MODULES/XOOPSODP/index.html $ /Modules/xoopsodp/index.php # http://gi.2288.org: 88 / MODULES / XOOPSODP / INDEX.HTM # ************************************************* *********************************************************** *********************** # # -------------------- Other Rewriterule / Search .html $ /Search.php # http://gi.2288.org:
88 / Search.htm # ------------------ Google PageRank Rewriterule /Modules/google_cheat/index_( (.*) /.html $ / MODULES / Google_Cheat / PageRank_ $ 1 .php
# -------------------- Don't define index files in the root directory !!! - such as /index.htm, this is a wrong choice !! ------ ------------- # # ****************************************** *********************************************************** ******************** ******* # virtualhost> # ************** *********************************************************** ******************************* # # http://gi.2288.org:89
Yahoo.com. I: / SEO-2288-88 "ServerName SEO.288.org ErrorLog" g: /apache/seo.2288.org.88- Error_log "RewriteEngine on shutriterule /index.htm full of / index. PHP REWRITERULE /INDEX1.HTM full /INDEX1.PHP REWRITERULE /INDEX2.HTM full /INDEX2.PHP REWRITERULE /INDEX3.HTM full /INDEX3.PHP REWRITERULE /INDEX.HTML$ /Index.php Rewriterule /Index1.html $ / index1. PHP REWRITERULE /INDEX2.HTML full /INDEX2.PHP REWRITERULE /INDEX3.HTML full /INDEX3.PHP REWRITERULE ^ / (. ) http://seo.2288.org:88/$1 [r, l] virtualhost> #************************************************************ *********************************************************** *************** # http://en.2288.org:88
#Addmodule mod_php4.c addtype coplication / x-httpd-php .php
Scriptalias / php / "c: / php /" addtype application / x-httpd-php .php action application / x-httpd-php "/ php/php-cgi.exe" # ********* *********************************************************** *********************************************************** **** # | ^ http: //gi.2288.org: 88 / "local_ref = 1
SETENVIFNOCASE REFERER "^ http://2089.kmip.net: 88 /" local_ref = 1
SETENVIFNOCASE REFERER "^ http://2089.kmip.net: 888 /" local_ref = 1
SETENVIFNOCASE REFERER "^ http://gi.2288.org: 89 /" local_ref = 1
Stenvifnocase Referer "^ http://gi.2288.org: 90 /" local_ref = 1
/ Directory> Alias / T "J: / TEST /"
9 # http://gi.2288.org:88/modules/mydownloads/topic_9.htm Rewriterule /Modules/wfdownloads/topic_o_(.* )/.htm @ /modules/wfdownloads/viewcat.php?op=&cid= $ 1 # http://gi.2288.org:88/modules/mydownloads/topic_o_9.htm Rewriterule /Modules/wfdownloads/newlist/.htm full /modules/wfdownloads/newlist.php # http://gi.2288.org: 88 / MODULES / MyDownloads / NewList.htm Rewriterule /Modules/wfdownloads/list_ (.* )/.htm full of /modules/wfdownloads/topten.php?list=1 # http://gi.2288.org:88/modules /mydownloads/list_hit.htm RewriteRule /modules/wfdownloads/hit_/.htm$ /modules/wfdownloads/topten.php?list=hit RewriteRule /modules/wfdownloads/hit/.htm$ /modules/wfdownloads/topten.php?list = hit RewriteRule /modules/wfdownloads/rate/.htm$ /modules/wfdownloads/topten.php?list=rate RewriteRule /modules/wfdownloads/index.htm$ /modules/wfdownloads/index.php # http: // gi. 2288.org:88/modules/mydownloads/index.htm shutriterule /modules/wfdownloads/down (.* )-( )/.htm full.php?cid= $1&lid= $2 # http : //gi.2288.o RG: 88 / MODULES / MyDownloads / Down2-2.htm RGRITERULE /MODULES/WFDownloadS/List_ (.* )/.htm @ /modules/wfdownloads/viewcat.php?list=1 # http://gi.2288.org : 88 / Modules / MyDownloads / List_2.htm # *************************************************** *********************************************************** **************** # # ------------------- MyDownloads Modules ReWriterule /modules/mydownloads/index.htm ownel / tycules/mydownloads/index.php # http://gi.2288.org:88/modules/mydownloads/index.htm Rewriterule /Modules/myDownloads/topic_(.* )/. HTM $ /Modules/mydownloads/viewcat.php?cid=
$ 1 # http://gi.2288.org:88/modules/mydownloads/topic_2.htm Rewriterule /Modules/mydownloads/hit_(.* )/.htm full /modules/mydownloads/topten.php?hit= $1 # http : //gi.2288.org: 88 / Modules / MyDownloads / Hit_Hit.htm RewriteUle /Modules/myDownloads/Rate_ (.* )/.htm @ /modules/mydownloads/topten.php?rate=1 # http: // Gi.2288.org:88/modules/mydownloads/rate_rate.htm shutriteerule /modules/mydownloads/down (.* )-(.* )/.htm @ /modules/mydownloads/singlefile.php?cid= $ 1&lid= $2 or:88/Modules/mydownloads/down2-2.htm # **************************** *********************************************************** **************************** # # ----------- --------- Myalbum Rewriterule /Modules/myalbum/index.htm ownel /modules/myalbum/index.php # http://gi.2288.org:88/modules/myalbum/index.htm Rewriterule / Modules / MyAlbum / Hit _ (. *) /. htm $ /Modules/myalbum/topten.php?hit= $ 1 # http://gi.2288.org:88/modules/myalbum/hit_1.htm Rewriterule / Modules / Myalbum /photo_(.* )/.htm full / tydules/myalbum/photo.php?lid=1 # http://gi.22 88.org:88/modules/myalbum/photo.php?lid=1532 # http://gi.2288.org:88/modules/myalbum/Photo_1532.htm Rewriterule /Modules/myalbum/topic_(.* )/. HTM $ /Modules/myalbum/viewcat.php?cid=1 # http://gi.2288.org:88/modules/myalbum/Viewcat.php?cid=48 # http://gi.2288.org:88 /modules/myalbum/topic_48.htm shutriterule /modules/myalbum/view /modules/myalbum/view (.*)-( )-(.* )/.htm full of /modules/myalbum/viewcat.php?num= $ 1&cid= $2 # http: // gi. 2288.org:88/modules/myalbum/view2-2.htm shutriterule /modules/myalbum/Photo (.* )-(.* )/.htm full /Modules/myalbum/photo.php?lid= $ 1&cid= $ # http://gi.2288.org:88/modules/myalbum/photo.php?lid=914&cid=
34 # http://gi.2288.org:88/modules/myalbum/photo914-34.htm Rewriterule /Topic_1.htm?cid = (. *) & Num = (. *) & ORderby = (. *) A & POS = $ $ = u = # # # # # # # # # # $ # # # # # # # # # # # # # # # # # # # # # *********************************************************** **************************** # # ----------- --------- Ams Rewriterule /Modules/ams/index.htm @ /modules/ams/index.php # http://gi.2288.org:88/modules/ams/index.htm Rewriterule / Modules / AMS / Archive.htm $ /Modules/ams/archive.php # http://gi.2288.org:88/modules/AMS/Archive.htm Rewriterule /Modules/ams/Article_(.* )/.htm $ /Modules/ams/Article.php?storyid= $ 1 # http://gi.2288.org:88/modules/ams/Article.php?storyID=38 # http://gi.2288.org:88/ Modules / AMS / ARTICLE_38.HTM REWRITERULE /MODULES/AMS/topic_(.* )/.htm full /Modules/ams/index.php?storytopic= $$ # http://gi.2288.org:88/modules/ams /topic_2.htm shutriterule /modules/ams/archive (.*)-(.* )/.htm owne /modules/ams/archive.php?year= $ 1&month= $ 2 # http://gi.2288.org: 88 / MODULES / AMS / Archive2-2.htm # ******** *********************************************************** *********************************************************** ****** # ------------------ Booklist Rewriterule /Modules/booklists/index.htm ownel /modules/bookLists/index.php # http: //gi.2288.org:88/modules/bookLists/index.htm shutriterule /modules/booklists/faq.htm ownel / tyc@ http://gi.2288.org:88/modules/ booklists / faq.htm RewriteRule /modules/booklists/search.htm$ /modules/booklists/search.php # http://gi.2288.org:88/modules/booklists/search.htm RewriteRule / modules / booklists / hit_ (. *) /. htm $ /modules/bookLists/topten.php?hit=
$ 1 # http://gi.2288.org:88/modules/bookLists/hit_1.htm shutriterule /modules/bookLists/rate_(.* )/topten.php?rate=1 # http : //gi.2288.org: 88 / Modules / BookLists / Rate_1.htm Rewriterule /Modules/bookLists/view (.* )/.htm full /modules/bookLists/viewcat.php?cid= $1 # http: // Gi.2288.org:88/modules/booklists/view2.htm shutriterule /modules/bookLists/book (.* )-( )-(.*) /.htm full /modules/bookLists/singLink.php?cid=1&lid= $ 2 # http://gi.2288.org:88/modules/booklists/book2-2.htm shutriterule /modules/bookLists/viewbook-(.* )/.htm full /modules/bookLists/singLink.php?lid= $ 1 # http://gi.2288.org:88/modules/booklists/viewbook-2.htm shutriterule /modules/bookLists/visit (.*)-(.*)book/.htm full of / modules / booklists / Visit. PHP? CID = $ 1 & LID = $ 2 # http://gi.2288.org:88/modules/bookLists/visit.php?cid=8&lid=23 # ************** *********************************************************** ******************************* # # ------------------- xphpbbi rebriterule /modules/xphpbbi/index.htm full of modules / xphpbbi / i Ndex.php # http://gi.2288.org:88/modules/xphpbbi/index.htm shutriterule /modules/xphpbbi/ViewForum_ (.* )/.htm full of /modules/xphpbbi/viewforum.php?f=1 # http://gi.2288.org:88/modules/xphpbbbi/viewforum_1.htm shutriterule /modules/xphpbbbbi/viewtopic_( ()/.htm @ /modules/xphpbbi/viewtopic.php?t=1 # http: //gi.2288.org:88/modules/xphpbbi/viewtopic_1.htm shutriterule /modules/xphpbbi/viewtopic_post(.*)-(.* )-(.* )-(.* )/. HTM $ /Modules/xphpbbbi/viewtopic.php?t= $1&Start= $ 2&postDays= $ 3&postorder= $ 4&highlight= $5 shutriterule /modules/xphpbbbi/viewtopic_o(.*)/.htm#( (() $ / modules / xphpbbi /viewtopic.php?p =
$ 1 # $ 1 # http://gi.2288.org:88/modules/xphpbbi/viewtopic_o2.htm shutriterule /modules/xphpbbbi/n- (.* )/.htm full of /modules/xphpbbi/search.php?search_id= $ 1 # http: //gi.2288.org: 88 / modules / xphpbbi / search.php? Search_id = newposts shutriteerule /modules/xphpbbi/ego-(.* )/.htm? /Modules/xphpbbi/search.php? Search_id = $ 1 # http://gi.2288.org:88/modules/xphpbbbi/search.php?search_id=egosearch # http://gi.2288.org:88/modules/xphpbbi/ego-egosearch.htm Rewriterule / tycules/xphpbbi/u-(.* )/.htm full /Modules/xphpbbi/search.php?search_id= $ 1 # http://gi.2288.org:88/modules/xphpbbi/search.php?search_id= Unanswered # http://gi.2288.org:88/modules/xphpbbbi/u-unanswered.htm shutriterule /modules/xphpbbbi/index_(.* )/.htm full of /modules/xphpbbi/index.php?c= * # http://gi.2288.org:88/modules/xphpbbi/index.php?c=3 # http://gi.2288.org:88/modules/xphpbbbi/index_3.htm # **** *********************************************************** *********************************************************** ******** # # -------------------- Newbb Rewriterule / modules / newbb / inde EX.htm $ /Modules/newb/index.php # http://gi.2288.org:88/modules/newbb/index.htm Rewriterule /Modules/newbb/viewall.htm @ /modules/newbb/viewall.php # http://gi.2288.org:88/modules/newbb/viewall.php # http://gi.2288.org:88/modules/newbb/VIEWALLES/NEWB/POST.HTM $ /Modules/newbb/post.php # http://gi.2288.org:88/Modules/newbb/post.php # http://gi.2288.org:88/modules/newbb/post.htm Rewriterule / Modules / Newbb / Search.htm $ /Modules/newbb/search.php # http://gi.2288.org:88/modules/newbbb/search.php # http://gi.2288.org:88/modules /NEWBB/Search.htm Rewriterule /Modules/newb/forum_( (.* )/.htm full /modules/newbb/viewforum.php?forum=1 # http://gi.2288.org:88/modules/newbb/ ViewForum.php? forum =
5 # http://gi.2288.org:88/modules/newbb/forum_5.htm REWRITERULE /MODULES/NEWBB/VIEWTOPIC_ID (.*)-(.* )/.htm? /Modules/newbb/viewtopic.php? Topic_id = $ 1 & forum = $ 2 # http://gi.2288.org:88/modules/newb/viewtopic.php?topic_id=111&Forum=5 # http://gi.2288.org:88/modules/newbb/viewtopic_id111 -5.htm shutriterule /modules/newbb/topic_mode_(.* )-(.*)-(.htm full / tydules/newb/viewtopic.php?viewMode= $ 1&topic_id= $ 2&forum= $ 3 # http: //gi.2288.org:88/modules/newbb/viewtopic.php?viewMode=flat&topic_id=111&Forum=5 # http://gi.2288.org:88/modules/newbb/topic_mode_flat-111-5.htm Rewriterule /Modules/newbb/newtopic_(.* )-(.* )-(.* )-(.* )-(.* )/.htm full / tydules/newbb/viewforum.php?start= $ 1 & forum = $ 2 & sortname = $ 3 & sortorder = $ 4 & sortsince = $ 5 & type = $ 6 # http://gi.2288.org:88/modules/newbb/viewforum.php?start=0&forum=27&sortname=p.post_time&sortorder=DESC&sortsince=100&type = unread # http://gi.2288.org:88/modules/newb/newtopic_0-27-p.post_time-desc-100-unread.htm shutriterule /modules/newbb/digest_(.* )-(.*) - (. *) - (. *) - (. *) - (. *) /. htm $ /Modules/newbb/viewforum.php?start= $ 1&sterum= $ 2 - # http://gi.2288.org:88/gi.2288.org:88/modules /NEWBB/ViewForum.php?start=0&Forum=27&sortname=p.post_time&sortorder=desc&sortsince=100&type=digest # http://gi.2288.org:88/modules/newbb/digest_0-27-p.post_time-desc-100 -digest.htm shutriteerule /modules/newbb/unreplied(.* )/.htm owne /modules/newbb/viewall.php?type= $1 # http://gi.2288.org:88/modules/newbb/VIEWALL. PHP? Type =
Unreplied # http://gi.2288.org:88/modules/newb/unrepliedunrePlied.htm Rewriterule / modules / newbb / topic_time _ (. *) - (. *) - (. *) - (. *) - (. *) - (. *) /. htm $ /Modules/newb/viewtopic.php?viewMode= $ 1&order= $ 2&topic_id= $ 3&Forum= $ 4&move= $ 5&topic_time= $ 00 # http://gi.2288.org:88 /modules/newbb/viewtopic.php?viewmode=threaded&order=ASC&topic_id=111&forum=5&move=prev&topic_time=1105542643 # http://gi.2288.org:88/modules/newbb/topic_time_threaded-ASC-111-5-prev-1105542643 .htm shutriterule /modules/newbb/forum-cat_(.* )/.htm full /Modules/newbb/index.php?cat= $ 1 # http://gi.2288.org:88/modules/newbb/index. PHP? Cat = 4 # http://gi.2288.org:88/modules/newb/forum-cat_4.htm shutriterule /modules/newb/newtopic_( )/.htm full / tydules/newbb/newtopic.php ? forum = $ 1 # http://gi.2288.org:88/modules/newbb/newtopic.php?forum=5 # http://gi.2288.org:88/modules/newb/newtopic_5.htm Rewriterule / Modules / newbb / view-newtopic _ (. *) - (. *) /. htm $ /Modules/newbb/viewtopic.php?topic_id= $ 1&Start= $2 # http://gi.2288.org:88/viewtopic. PHP? Topic_ID = 155 & start = 0 # http://gi.2288.org:88/modules/newbb/view-newtopic_155-0.htm # *********************** *********************************************************** ****************************** # # -------- -------------- IPB REWRITERULE /MODULES/IPBoard/index.htm ownel /modules/ipboard/index.php # http://gi.2288.org:88/modules/ipboard/ Index.htm shutriterule /modules/ipboard/showtopic_( )-(.* )/.htm @ /modules/ipboard/index.php?showtopic= $ 1&s= $2 # http://gi.2288.org:88 / tycules/ipboard/index.php?showtopic=23&s=
8d88e79f2ec22ddc5c84d6414bf6c945 # http://gi.2288.org:88/modules/ipboard/showtopic_23-8d88e79f2ec22ddc5c84d6414bf6c945.htm RewriteRule /modules/ipboard/showforum_(.*)-(.*)/.htm$ / modules / ipboard / index. php? showforum = $ 1 & http://gi.2288.org:88/modules/ipboard s = $ 2 # http://gi.2288.org:88/modules/ipboard/index.php?showforum=17&s=8d88e79f2ec22ddc5c84d6414bf6c945 # /showforum_17-8d88e79f2ec22ddc5c84d6414bf6c945.htm RewriteRule /modules/ipboard/showforum_(.*)/.htm$ /modules/ipboard/index.php?showforum=$1 # http://gi.2288.org:88/modules/ipboard/ Index.php? Showforum = 14 # http://gi.2288.org:88/modules/ipboard/showforum_14.htm Rewriterule /Modules/ipboard/showtopic_( (.* )/.htm full / tydules/ipboard/index.php ? showtopic = $ 1 # http://gi.2288.org:88/modules/ipboard/index.php?showtopic=17 # http://gi.2288.org:88/modules/ipboard/showtopic_17.htm Rewriterule / Modules / ipboard / act_ (. *) - (. *) /. htm $ /Modules/ipboard/index.php?act= $ 1&c= $2 # http://gi.2288.org:88/modules/ipboard/ Index.php? ACT = SC & C = 4 # http://gi.2288.org : 88 / Modules / ipboard / act_sc-4.htm shutriterule /modules/ipboard/Act-i_ (.* )/.htm full /Modules/ipboard/index.php?act= $ 1 # http: //gi.2288. ORG: 88 / MODULES / IPBOARD / INDEX.PHP? ACT = idx # http://gi.2288.org:88/modules/ipboard/Act-i_idx.htm # ------------ -------- Digest Rewriterule /Modules/digest/index.htm @ /modules/digest/index.php # http://gi.2288.org:88/modules/digest/index.htm Rewriterule / Modules /Digest/cid_( (.* )/.htm full / tydules/digest/index.php?category_id= $ 1 # http://gi.2288.org:88/modules/digest/index.php?category_id=2 # http : //gi.2288.org: 88 / Modules / Digest / CID_2.htm shutriterule /modules/digest/ud_(.* )-( )-(.* )/.htm @ /modules/digest/index.php?op=1 & Digest_ID =
$ 2 # http://gi.2288.org:88/modules/digest/index.php?op=update&digest_id=7 # http://gi.2288.org:88/modules/digest/ud_update-7.htm Rewriterule / tycules/digest/ctid_(.* )/.htm full /Modules/digest/custom.php?category_id= $ 1 # http://gi.2288.org:88/modules/digest/custom.php?category_id=2 # http://gi.2288.org:88/modules/digest/ctid_2.htm shutriterule /modules/digest/u-ccid_(.* )/.htm full /Modules/Digest/index.php?digest_id= $ 1 # http://gi.2288.org:88/modules/digest/index.php?digest_id=10#10& # http://gi.2288.org:88/modules/digest/u-ccid_10.htm#10& reporterule /Modules/digest/u-cid_(.* )-(.* )/.htm full /Modules/digest/index.php?op=1&category_id= $2 # http://gi.2288.org:88/modules /Digest/index.php?op=update&category_id=4 # http://gi.2288.org:88/modules/digest/u-cid_update-4.htm # ************ *********************************************************** *********************************************************** * # # -------------------- Wordbook Rewriterule /Modules/Wordbook/index.htm ownel/modules/Wordbook/index.php # http: //gi.2288 .o RG: 88 / MODULES / WORDBOOK / INDEX.HTM REWRITERULE /MODULES/Wordbook/Letter.htm *WordBook/Letter.php # http://gi.2288.org:88/modules/Wordbook/Letter.htm Rewriterule /Modules/Wordbook/category.htm ownel / tycory.php # http://gi.2288.org:88/modules/Wordbook/category.htm Rewriterule /Modules/Wordbook/category_ (.* )/. HTM $ /Modules/wordbook/category.php?categoryId= $ 1 # http://gi.2288.org:88/modules/wordbook/category.php?categoryId=1 # http://gi.2288.org:88 /Modules/Wordbook/category_1.htm Rewriterule /Modules/Wordbook/Letter_ (.* )/.htm full /Modules/Wordbook/Letter.php?init= $ 1 # http://gi.2288.org:88/modules/ Wordbook / letter.php? init =
B # http://gi.2288.org:88/modules/wordbook/letter_b.htm shutbook/Entry_ (..* )/.htm full /Modules/wordbook/ENTRY.PHPRYID = 1 # http : //gi.2288.org: 88 / Modules / Wordbook / entry.php? entryid = 111 # http://gi.2288.org:88/modules/Wordbook/entry_111.htm # ****** *********************************************************** *********************************************************** ******* # # -------------------- GHDB REWRITERULE /MODULES/GHDB/index.htm @ /modules/ghdb/index.php # http : //gi.2288.org: 88 / Modules / GHDB / INDEX.HTM REWRITERULE /MODULES/GHDB /LETTER.HTM @ /modules/gHDB /LETTER.PHP # http://gi.2288.org:88/modules /GHDB/LETTER.HTM REWRITERULE / MODULES/GHDB/Category.htm owverage.php # http://gi.2288.org:88/modules/ghdb/category.htm Rewriterule / Modules / GHDB / Category _ (. *) /. htm $ /Modules/ghdb/category.php?categoryid=1 # http://gi.2288.org:88/modules/ghdb/category.php?categoryID=1 # http: ///// Gi.2288.org:88/modules/ghdb/category_1.htm shutriterule /Modules/ghdb/letter_(.* )/.htm full of modules / ghdb / Letter.php? init = $ 1 # http://gi.2288.org:88/modules/ghdb/letter.php?init=b # http://gi.2288.org:88/modules/GHDB/LETTER_B. HTM REWRITERULE /MODULES/ghdb/entry_(.* )/.htm owverage.com/ httpryid=1 # http://gi.2288.org:88/modules/ghdb/entry.php?entryid = 111 # http://gi.2288.org:88/modules/ghdb/entry_111.htm # ------------------ WordPress Rewriterule / Modules / WordPress / Index.htm $ /Modules/WordPress/index.php # http://gi.2288.org:88/modules/WordPress/index.htm Rewriterule /Modules/.htm full of modules / Modules / WordPress / Index.php? P = $ 1 # http://gi.2288.org:88/modules/wordpress/index.php?p=
9 # http://gi.2288.org:88/modules/wordpress/index_9.htm shutriterule /modules/WordPress/cat_ (.* )/.htm full /Modules/WordPress/index.php?cat= $ 1 # http : //gi.2288.org: 88 / Modules / WordPress / Index.php? Cat = 1 # http://gi.2288.org:88/modules/WordPress/cat_1.htm Rewriterule / Modules / WordPress / M_ ( *WordPress/index.php?m= $ 1 # http://gi.2288.org:88/modules/WordPress/index.php?m=200412 # http: // gi. 2288.org:88/modules/WordPress/m_200412.htm Rewriterule /Modules/WordPress/author_(.* )/.htm @ /modules/WordPress/index.php?author = $ 1 # http://gi.2288.org : 88 / Modules / WordPress / Index.php? Author = 1 # http://gi.2288.org:88/modules/WordPress/author_1.htm # ************** *********************************************************** ******************************* # # -------------------- Flashgames Rewriterule /Modules/flashgames/index.htm ownel /modules/flashgames/index.php # http://gi.2288.org : 88 / Modules / Flashgames / Index.htm Rewriterule /Modules/flashgames/highscores.htm@ / modules / Flashgames / Highscores .php://gi.2288.org:88/modules/flashgames/highscores.htm shutriterule /modules/flashgames/hit_(.* )/tm full /modules/flashgames/topten.php?hit=1 # http://gi.2288.org:88/modules/flashgames/topten.php?hit=1 # http://gi.2288.org:88/modules/flashgames/hit_1.htm shutriterule / modules / Flashgames / Rate_ (. *) /. htm $ /Modules/flashgames/topten.php?rate=1 # http://gi.2288.org:88/modules/flashgames/topten.php?rate=1 # http: // gi .2288.org: 88 / Modules / Flashgames / Rate_1.htm Rewriterule /Modules/flashgames/cid_(.* )/.htm @ http: //gi.2288. ORG: 88 / MODULES / FLASHGAMES / VIEWCAT.PHP? CID =
5 # http://gi.2288.org:88/modules/flashgames/cid_5.htm shutriterule /modules/flashgames/lid_(.* )/.htm @ /modules/flashgames/game.php?lid= $ 1 # http : //gi.2288.org: 88 / Modules / FlashGames / Game.php? LID = 15 # http://gi.2288.org:88/modules/flashgames/lid_15.htm # ******* *********************************************************** *********************************************************** ******* # # -------------------- MyLinks Rewriterule /Modules/mylinks/index.htm full /modules/mylinks/index.php # http : //gi.2288.org: 88 / modules / mylinks / index.htm shutriterule /modules/mylinks/Submit.htm $ /Modules/mylinks/submit.php # http://gi.2288.org:88/Modules / ILINKS/Submit.htm shutriterule /modules/mylinks/hit_(.* )/.htm full /Modules/mylinks/topten.php?hit=1 # http://gi.2288.org:88/modules/mylinks/ Topten.php? hit = 1 # http://gi.2288.org:88/modules/mylinks/hit_1.htm shutriterule /modules/mylinks/rate_(.* )/.htm full / tydules/mylinks/topten.php Rate = $ 1 # http://gi.2288.org:88/modules/mylinks/topten.php?rate=1 # http://gi.2288.org:88/modules/mylinks/ Rate_1.htm Rewriterule /Modules/mylinks/cid_(.* )/.htm full / tydules/mylinks/viewcat.php?cid= $ 1 # http://gi.2288.org:88/modules/mylinks/viewcat.php ? CID = 5 # http://gi.2288.org:88/modules/mylinks/cid_5.htm shutriterule /modules/mylinks/visit_(.* )-( )/.htm full of Modules / MYLINKS / VISIT .php? CID = $ 1 & lid = $ 2 # http://gi.2288.org:88/modules/mylinks/visit.php?cid=21&lid=
14 # http://gi.2288.org:88/modules/mylinks/visit_21-14.htm # ****************************** *********************************************************** ***************************** # # ----------- ---------- XMline Rewriterule /Modules/Xmline/index.htm ownel / typ/xmline/index.php # http://gi.2288.org:88/modules/xmline/index.htm Rewriterule /Modules/xmline/cid_(.* )/.htm full /Modules/xmline/index.php?category_id= $1 # http://gi.2288.org:88/modules/xmline/index.php?category_id=2 # http://gi.2288.org:88/modules/xmline/cid_2.htm shutriterule /modules/xmline/o-Item_(.* )/.htm.php?digest_id= $ 1 # http://gi.2288.org:88/modules/xmline/Item.php?digest_id=32 # http://gi.2288.org:88/modules/xmline/o-item_32.htm Rewriterule / Modules / XMLINE /d-(.* )-(.* )/.htm full /Modules/xmline/index.php?op = $ 1&digest_id= $ 200 # http://gi.2288.org:88/modules/xmline/index. PHP? OP = Update & Digest_id = 40 # http://gi.2288.org:88/modules/xmline/d-Update-40.htm Rewriterule /Modules/xmline/cid_(.* )/.htm full of / modules /XMLINE/Custom.p HP? category_id = $ 1 # http://gi.2288.org:88/modules/xmline/custom.php?category_id=7 # http://gi.2288.org:88/modules/xmline/cid_7. HTM REWRITERULE /MODULES/XMLINE/U-cCID_ (.* )/.htm full /Modules/xmline/index.php?digest_id= $ 1 # http://gi.2288.org:88/modules/xmline/index.php ? Digest_id = 40 # 40 & # http://gi.2288.org:88/modules/xmline/u-ccid_40#40.htm Rewriterule /Modules/xmline/ua-cid_(.* )-() /. HTM $ /MODULES /XMLINE/index.php?op= $ 1&category_id=
$ 2 # http://gi.2288.org:88/modules/xmline/ua-cid_update-4.htm # ************************* *********************************************************** ********************** * ----------------- ------------ lykos_syndication ruwriterule /modules/lykos_syndication/index.htm owver@ /modules/indekos_syndication/index.php # http://gi.2288.org:88/modules/lykos_syndication/index. HTM # ------------------- Dictionary Rewriterule /Modules/Dictionary/index.htm ownel / tydules/dictionary/index.php # http: //gi.2288. ORG: 88 / MODULES / DICTIONARY / INDEX.HTM REWRITERULE /MODULES / DICTIONARY/Dictionary_() (.* )/.htm $ /Modules/Dictionary/detail.php?id= $ 1 # http://gi.2288.org:88 /Modules/Dictionary/detail.php?id=4 # http://gi.2288.org:88/modules/Dictionary/Dictionary_4.htm Rewriterule /Modules/Dictionary/letter_ (.* )/.htm m mLES / Dictionary / letter.php? letter = $ 1 # http://gi.2288.org:88/modules/Dictionary/letter.php?letter=b # http://gi.2288.org:88/modules/Dictionary/ Letter_b.htm # ********************************************************************************************************************************************************************************************** ********* *********************************************************** ********* # # ------------------- T-Techtools RewriteUle /Modules/t-techtools/index.htm Modules / T-TechTools / Index.php # http://gi.2288.org:88/modules/t-techtools/index.htm Rewriterule /Modules/t-techtools/c_(.* )/.htm Modules / T -TechTools / INDEX.PHP? OPI = $ 1 # http://gi.2288.org:88/modules/t-techtools/index.php?opi=
HTMLJS # htmljs # http:88/modules/t-techtools/c_htmljs.htm # http://gi.2288.org:88/modules/t-techtools/c_htmlphp.htm # http: // Gi.2288.org:88/modules/t-techtool/c_htmledit.htm # http://gi.2288.org:88/modules/t-techtools/c_htmlperl.htm # http://gi.2288.org: 88 / Modules / T-Techtools / C_TechPop.htm # http://gi.2288.org:88/modules/t-techtools/c_dedupe.htm # http://gi.2288.org:88/modules/T- TECHTOOLS / C_MTAGS.HTM # *********************************************************** *********************************************************** *********** # # -------------------- SiteMap Rewriterule / Modules / SiteMap / Index .htm $ /Modules/sitemap/index.php # http://gi.2288.org:88/modules/sitemap/index.htm # ***************** *********************************************************** ********************************************* # # - ------------------ Asciartist Rewriterule /Modules/ASCIIATST/index.htm ownel /modules/asciiartist/index.php # http://gi.2288.org:88/ Modules / asciartist / index.htm # ***************************************************** ** *********************************************************** ************ # # -------------------- PageRank Rewriterule / Modules / PageRank / INDEX . http://gi.2288.org:88/modules/pageRank/index.htm # ***************** *********************************************************** ********************************************* # # - ------------------ HzzPy Rewriterule /Modules/hzzpy/index.htm @ /modules/hzzpy/index.php # http://gi.2288.org:88/ MODULES / HZZPY / INDEX.HTM # *************************************************** *********************************************************** ************* # # ------------------ Liaise Rewriterule / Modules / Liaise /index.htm ownel / tydules/liaise/index.php # http://gi.2288.org:
88 / MODULES / LIAISE / INDEX.HTM # ************************************************** *********************************************************** *************** # # ------------------ Gi-Tools Rewriterule /Modules/gi-tools/index.htm ownel / tycules/gi-tools/index.php # http://gi.2288.org:88/modules/gi-tools/index.htm Rewriterule / Modules / GI-Tools /Gi-tools_pagerantak.htm $ /Modules/gi-tools/gi-tools_pageRank.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_pageRank.htm Rewriterule / Modules / Gi-Tools /Gi-tools_hzzpy.htm $ /Modules/gi-tools/gi-tools_hzzpy.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_hzzpy.htm Rewriterule / Modules / Gi-Tools /GI-TOOLS_ASCIIATIST.HTM $ /Modules/gi-tools/gi-tools_asciiartist.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_asciiartist.htm Rewriterule / Modules / GI-Tools /GI-Tools_GoogleSearch.htm$ /modules/GI-Tools/GI-Tools_GoogleSearch.php # http://gi.2288.org:88/modules/GI-Tools/GI-Tools_GoogleSearch.htm RewriteRule / modules / GI-Tools / Gi-Tools_Calendar.htm $ / MODULES / GI-TOO LS / GI-Tools_Calendar.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_calendar.htm Rewriterule /Modules/gi-tools/gi-tools_weather.htm Modules / Gi- Tools / Gi-Tools_Weather.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_weather.php # ****************** *********************************************************** ********************************************* # # - ------------------ ODP REWRITERULE /MODULES/XOOPSODP/INDEX.HTM @ /modules/xoopsodp/index.php # http://gi.2288.org:88/ Modules / XOOPSODP / INDEX.HTM # **************************************************** *********************************************************** ******************* # # -------------------- Other Rewriterule /Search.htm $ /Search.php # http://gi.2288.org:
88 / Search.htm # ------------------ Google PageRank Rewriterule /Modules/google_cheat/index_(.* )/.htm full of modules / Google_Cheat / PageRank_ $ 1 .php
# -------------------- Don't define index files in the root directory !!! - such as /index.htm, this is a wrong choice !! ------ ------------- # # ****************************************** *********************************************************** ******************** # # ------------------- -News modules/news/topic_(.* )/.html $ /Modules/news/index.php?storytopic= $$ # http://gi.2288.org:88/modules/news/topic_2.htm Rewriterule /Modules/news/Article_ (.* )/.html $ /Modules/news/Article.php?storyid=1 # http://gi.2288.org:88/modules/news/Article_2.htm Rewriterule / Modules /NEWS/topic (.*)-(./.html $ /Modules/news/index.php?storytopic= $ 1&Start= $2 # http://gi.2288.org:88/modules/news/topic2 -2.htm Rewriterule /Modules/news/archive/.html $ /Modules/news/archive.php # http://gi.2288.org:88/modules/news/archive.htm Rewriterule / Modules / News / INDEX . Httml $ /MODULES/news/index.php # http://gi.2288.org:88/modules/news/index.htm # ***************** *********************************************************** ********************************************* # # - ------------ ---------- Wfdownloads Modules Rewriterule /Modules/wfdownloads/topic_(.* )/.html $ /Modules/wfdownloads/viewcat.php?cid= $ 1 # http://gi.2288.org: 88 / MODULES / MYDOWNLOADS / VIEWCAT.PHP? CID = 9 # http://gi.2288.org:88/modules/mydownloads/topic_9.htm Rewriterule /Modules/wfdownloads/topic_o_( ()/topic_o_( ()/topic_o_( ()/topic_o_(.* )/.html $ / MODULES /wfdownloads/viewcat.php?op=&cid=$1 # http://gi.2288.org:88/modules/mydownloads/topic_o_9.htm RewriteRule /modules/wfdownloads/newlist/.html$ / modules / wfdownloads / newlist. PHP # http://gi.2288.org:88/modules/mydownloads/newlist.htm Rewriterule /Modules/wfdownloads/list_( (.* )/.html $ /Modules/wfdownloads/topten.php?list=
$ 1 # http://gi.2288.org:88/modules/mydownloads/list_hit.htm RewriteRule /modules/wfdownloads/hit_/.html$ /modules/wfdownloads/topten.php?list=hit 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 # http://gi.2288.org:88/modules/mydownloads/index.htm shutriterule /modules/wfdownloads/down (.* )-(.* )/.html $ / MODULES / wfdownloads/singlefile.php?cid= $1&lid= $ 200 # http://gi.2288.org:88/modules/mydownloads/down2-2.htm Rewriterule /Modules/wfdownloads/list_(.* )/.html T /Modules/wfdownloads/viewcat.php?list= $1 # http://gi.2288.org:88/modules/mydownloads/list_2.htm # **************** *********************************************************** *********************************************** # # - ------------------- MyDownloads Modules Rewriterule /Modules/myDownloads/index.html $ /Modules/myDownloads/index.php # http: //gi .2288.org: 88 / modules / mydownloads / index.htm shutriterule /modules/mydownloads/topic_ (.* )/.html $ /Modules/mydownloads/viewcat.php?cid= $ 1 # http: //gi.2288. ORG: 88 / MODULES / MyDownloads / Topic_2.htm Rewriterule /Modules/mydownloads/hit_(.* )/.html $ /Modules/mydownloads/topten.php?hit= $ 1 # http://gi.2288.org:88 /modules/mydownloads/hit_hit.htm shutriterule /modules/mydownloads/rate_ (.* )/.html $ /Modules/mydownloads/topten.php?rate=1 # http://gi.2288.org:88/modules/ MyDownloads / Rate_Rate.htm Rewriterule /Modules/mydownloads/down (.* )-(.* )/.html $ /Modules/myDownloads/singlefile.php?cid=1&lid=
$ 2 # http://gi.2288.org:88/modules/mydownloads/down2-2.htm # ********************************** *********************************************************** ***************************** # # ----------- ---------- Myalbum Rewriterule /Modules/myalbum/index.html $ /Modules/myalbum/index.php # http://gi.2288.org:88/modules/myalbum/index.htm Rewriterule /Modules/myalbum/hit_(.* )/.html $ /Modules/myalbum/topten.php?hit= $1 # http://gi.2288.org:88/modules/myalbum/hit_1.htm Rewriterule / Modules / Myalbum / photo _ (. *) /. html $ /Modules/myalbum/photo.php?lid= $ 1 # http://gi.2288.org:88/modules/myalbum/photo.php?lid=1532 # http: //gi.2288.org:88/modules/myalbum/photo_1532.htm Rewriterule /Modules/myalbum/topic_ (.* )/.html $ /Modules/myalbum/viewcat.php?cid= $ 1 # http: //gi .2288.org: 88 / modules / myalbum / viewcat.php? CID = 48 # http://gi.2288.org:88/modules/myalbum/topic_48.htm shutriterule /modules/myalbum/view(.*) (. *) /. html $ /Modules/myalbum/viewcat.php?num= $ 1&cid= $ 2 # http://gi.2288.org:88/modules/myalbum/View2-2.htm Rewriter Ule /Modules/myalbum/photo(.*)-(.* )/.html $ /Modules/myalbum/photo.php?lid= $ 1&cid= $2 # http://gi.2288.org:88/modules/ Myalbum / photo.php? LID = 914 & CID = 34 # http://gi.2288.org:88/modules/myalbum/photo914-34.htm shutriterule /topic_1.htm?cid=(.* )&num=(.*) ) & orde = (. *) A & POS = (. *) / $ /viewcat.php?cid= $ 1&num= $ 2&orderby= $ 3a&pos=
$ 4 # ********************************************************* *********************************************************** **************** # # ------------------ Ams Rewriterule /Modules/ams/index.html $ / Modules / AMS / INDEX.PHP # http://gi.2288.org:88/modules/Ams/index.htm Rewriterule /Modules/ams/Ams/archive.php # http: // Gi.2288.org:88/modules/ams/archive.htm shutriterule /modules/ams/Article_ (.* )/.html full /Modules/ams/Article.php?storyid= $ 1 # http: //gi.2288 or 罗: = = = =?? $ /Modules/ams/index.php?storytopic= $ 1 # http://gi.2288.org:88/modules/AMS/topic_2.htm shutriterule /modules/ams/archive(.*)-(.* )/ .html $ /Modules/AMS/archive.php?year= $ 1&month= $ 2 # http://gi.2288.org:88/modules/ams/archive2-2.htm # ******** *********************************************************** *********************************************************** ***** # # -------------------- BookList Rewriterule / Modules / Bookl ISTS / INDEX.HTML $ /MODULES / BOOKLISTS/index.php # http://gi.2288.org:88/modules/bookLists/index.htm Rewriterule /Modules/bookLists/faq.html $ / MODULES / BOOKLISTS / FAQ .php://gi.2288.org:88/modules/booklists/faq.htm shutriterule /modules/bookLists/search.html $ /Modules/bookLists/search.php # http://gi.2288.org : 88 / Modules / Booklists / Search.htm Rewriterule /Modules/bookLists/hit_(.* )/.html $ /Modules/bookLists/topten.php?hit= $ 1 # http://gi.2288.org:88/ Modules / BookLists / Hit_1.htm Rewriterule /Modules/bookLists/rate_ (.* )/.html $ /Modules/bookLists/topten.php?rate= $ 1 # http://gi.2288.org:88/modules/bookLists /rate_1.htm shutriterule /modules/bookLists/view(.* )/.html $ /Modules/bookLists/viewcat.php?cid=
$ 1 # http://gi.2288.org:88/modules/bookLists/view2.htm shutriterule /modules/bookLists/book (.* )-(.* )/.html $ /Modules/bookLists/singLink.php? CID = $ 1 & LID = $ 2 # http://gi.2288.org:88/modules/bookLists/book2-2.htm shutriterule /modules/bookLists/viewbook-(.*)/.html $ / MODULES / BOOKLISTS / SINGLINK .php? Lid = $ 1 # http://gi.2288.org:88/modules/bookLists/viewbook-2.htm shutriterule /modules/bookLists/visit (.*)-(.*)book/.html $ / Modules / BookLists / Visit.php? Cid = $ 1 & LID = $ 2 # http://gi.2288.org:88/modules/bookLists/visit.php?cid=8&lid=23 # ******** *********************************************************** *********************************************************** ***** # # ------------------ xphpbbi retwriterule /modules/xphpbbi/index.html full / tydules/xphpbbi/index.php # http: / /GI.2288.org:88/modules/xphpbbi/index.htm shutriterule /modules/xphpbbi/viewForum_ (.* )/.html $ /Modules/xphpbbbi/viewforum.php?f= $1 # http: // gi. 2288.org:88/modules/xphpbbi/viewforum_1.htm shutriterule /Modules/xphpbbi/viewtopic_(.* )/.html $ / modules / xphpbbi / Viewtopic.php? t = $ 1 # http://gi.2288.org:88/modules/xphpbbi/viewtopic_1.htm shutriterule / modules / xphpbbi / viewtopic_post (. *) - (. *) - (. *) - ( * (. *) /. html $ /Modules/xphpbbi/viewtopic.php?t= $1&Start= $ 2&postdays= $ 3&postorder= $ 4&highlight= $5 shutriterule /modules/xphpbbbi/viewtopic_o(.* )/.htm # (. *) $ /Modules/xphpbbi/viewtopic.php?p= $ 1#$ # http://gi.2288.org:88/modules/xphpbbi/viewtopic_o2.htm Rewriterule / modules / XPHPBBI / N- (. *) /. html $ /Modules/xphpbbi/search.php?search_id= $ 1 # http: //gi.2288.org: 88 / modules / xphpbbi / search.php? search_id = newposts shutriterule / modules / xphpbbi / ego- (. *) /. html $ /Modules/xphpbbi/search.php?search_id=
$ 1 # http://gi.2288.org:88/modules/xphpbbi/search.php?search_id=egosearch # http://gi.2288.org:88/modules/xphpbbi/ego-egosearch.htm Rewriterule / Modules / xphpbbi/u-(.* )/.html $ /Modules/xphpbbi/search.php?search_id= $ 1 # http://gi.2288.org:88/modules/xphpbbi/search.php?search_id=unanswered # http://gi.2288.org:88/modules/xphpbbi/u-unanswered.htm shutriterule /modules/xphpbbbi/index_ (.* )/.html full@modules/xphpbbi/index.php?c= $1 # http : //gi.2288.org: 88 / modules / xphpbbi / index.php? c = 3 # http://gi.2288.org:88/modules/xphpbbi/index_3.htm # ******* *********************************************************** *********************************************************** ******* # # -------------------- Newbb Rewriterule /Modules/newbb/index.html $ /Modules/newbb/index.php # http : //gi.2288.org: 88 / Modules / Newbb / Index.htm Rewriterule /Modules/newbb/viewall.html $ /Modules/newbbb/viewall.php # http://gi.2288.org:88/modules /NEWBB/VIEWALL.PHP # http://gi.2288.org:88/modules/newbb/viewall.htm shutriterule /Modules/newbb/post.html $ / module S / newbb / post.php # http://gi.2288.org:88/modules/newbb/post.php # http://gi.2288.org:88/modules/newbb/post.htm Rewriterule / modules /NEWBB/Search.html $ /Modules/newbb/search.php # http://gi.2288.org:88/modules/newb/search.php # http://gi.2288.org:88/modules/ Newbb / search.htm shutriterule /modules/newb/forum_( )/.html $ /Modules/newbbb/viewforum.php?forum=1 # http://gi.2288.org:88/modules/newbb/ViewForum .php? forum = 5 # http://gi.2288.org:88/modules/newb/forum_5.htm shutriterule /modules/newbb/viewtopic_id(.* )-(.*)/.html $ / / MODULES / NewBB /viewtopic.php?topic_id= $ 1&sterum= $2 # http://gi.2288.org:88/modules/newbb/viewtopic.php?topic_id=111&sterum=
5 # http://gi.2288.org:88/modules/newbb/viewtopic_id111-5.htm Rewriterule /Modules/newbb/topic_mode_(.* )-(.html $ / / MODULES /newb/viewtopic.php?viewmode= $ 1&topic_id= $ 2&Forum= $ 3 # http://gi.2288.org:88/modules/newbb/viewtopic.php?viewMode=flat&topic_id=111&ster =5 # http: // gi .2288.org: 88 / modules / newbb / topic_mode_flat-111-5.htm shutriterule /modules/newbb/newtopic_( (.* )-(.* )-(.* )- (. *) /. html $ /Modules/newb/viewforum.php?start= $ 4/3&sortorder= $ 4&sortsince= # http://gi.2288.org:88/modules/ http://gi.2288.org:88/modules/ newbb / viewforum.php? start = 0 & forum = 27 & sortname = p.post_time & sortorder = DESC & sortsince = 100 & type = unread # http://gi.2288.org:88/modules/newbb/newtopic_0-27-p.post_time-DESC-100- Unread.htm shutriterule /modules/newbb/digest_(.* )-( )-(.* )-(.* )/.html $ / modules / newbbb / viewforum. php? start = $ 1 & forum = $ 2 & sortname = $ 3 & sortorder = $ 4 & sortsince = $ 5 & type = $ 6 # http://gi.2288.org:88/modules/newbb/viewforum.php?start=0&forum=27&sortname=p.post_time&sortorder = Desc & sortsince = 100 & t Ype = Digest # http://gi.2288.org:88/modules/newbb/digest_0-27-p.post_time-desc-100-digest.htm RewriteUle /Modules/newbb/unreplied(.* )/.html /Modules/newbbb/viewall.php?type=1 # http://gi.2288.org:88/modules/newbb/Viewall.php?type=unreplied # http://gi.2288.org:88/modules /NEWBB/UNREPLIEDUNREPLIED.HTM REWRITERULE /MODULES/NEWBB/TOPIC_TIME_ (.*)-(.* )-(.* )-() /.html $ / MODULES / NewBB /viewtopic.php?viewMode= $ 1&ographer= $ 2&topic_id= $ 3&sterum= $ 4&move= $5&topic_time=
$ 6 # http://gi.2288.org:88/modules/newbb/viewtopic.php?viewmode=threaded&order=ASC&topic_id=111&forum=5&move=prev&topic_time=1105542643 # http://gi.2288.org:88/modules/ NEWBB / TOPIC_TIME_THREADED-ASC-111-5-Prev-1105542643.htm Rewriterule /Modules/newb/forum-cat_ (.* )/.html $ /Modules/newbb/index.php?cat= $1 # http: //gi .2288.org: 88 / modules / newbb / index.php? Cat = 4 # http://gi.2288.org:88/modules/newbb/forum-cat_4.htm Rewriterule /Modules/newb/newtopic_(.* ) /. html $ /Modules/newb/newtopic.php?forum= $ 1 # http://gi.2288.org:88/modules/newb/newtopic.php?forum=5 # http: //gi.2288. ORG: 88 / MODULES / NEWB / NewTopic_5.htm Rewriterule /Modules/newbb/view-newtopic_( (.* )-( )/.html full /Modules/newbb/viewtopic.php?topic_id= $ 1&Start= $2 # http : //gi.2288.org: 88 / viewtopic.php? Topic_ID = 155 & Start = 0 # http://gi.2288.org:88/modules/newbb/view-newtopic_155-0.htm # ***** *********************************************************** *********************************************************** ******** # # -------------------- IPB REWRITERULE / MODUL ES / IPBOARD / INDEX.HTML $ /MODULES/ipboard/index.php # http://gi.2288.org:88/modules/ipboard/index.htm RewRiterule / Modules / ipboard / showtopic _ (. *) - (. *) /. html $ /Modules/ipboard/index.php?showtopic= $ 1&s= $2 # http://gi.2288.org:88/modules/ipboard/index.php?showtopic=23&s=8d88e79f2ec22ddc5c84d6414bf6c945 # http: //gi.2288.org:88/modules/ipboard/showtopic_23-8d88e79f2ec22ddc5c84d6414bf6c945.htm RewriteRule /modules/ipboard/showforum_(.*)-(.*)/.html$ /modules/ipboard/index.php?showforum= $ 1 & S = $ 2 # http://gi.2288.org:88/modules/ipboard/index.php?showforum=17&s=
8d88e79f2ec22ddc5c84d6414bf6c945 # http://gi.2288.org:88/modules/ipboard/showforum_17-8d88e79f2ec22ddc5c84d6414bf6c945.htm RewriteRule /modules/ipboard/showforum_(.*)/.html$ /modules/ipboard/index.php?showforum=$1 # http://gi.2288.org:88/modules/ipboard/index.php?showforum=14 # http://gi.2288.org:88/modules/ipboard/showforum_14.htm Rewriterule / Modules / IPBoard / Showtopic _ (. *) /. html $ /Modules/ipboard/index.php?showtopic=1 # http://gi.2288.org:88/modules/ipboard/index.php?showtopic=17 # http: // Gi.2288.org:88/modules/ipboard/showtopic_17.htm shutriterule /modules/ipboard/act_(.* )-(.* )/.html $ /Modules/ipboard/index.php?act= $ 1&c= $ 2 # http://gi.2288.org:88/modules/ipboard/index.php?act=sc&c=4 # http://gi.2288.org:88/modules/ipboard/act_sc-4.htm Rewriterule / Modules / IPBoard / Act-i _ (. *) /. html $ /Modules/ipboard/index.php?act= $1 # http://gi.2288.org:88/modules/ipboard/index.php?act= IDX # http://gi.2288.org:88/modules/ipboard/act-i_idx.htm # ------------------ Digest Rewriterule / Modules / Digest / in DEX.html $ /Modules/digest/index.php # http://gi.2288.org:88/modules/digest/index.htm shutriterule /modules/digest/cid_(.* )/.html $ / MODULES / Digest / index.php? category_id = $ 1 # http://gi.2288.org:88/modules/digest/index.php?category_id=2 # http://gi.2288.org:88/modules/digest/ CID_2.htm shutriterule /modules/digest/ud_(.*)-(.* )/.html $ /Modules/digest/index.php?op= $ 1&digest_id= $ 2 # http://gi.2288.org:88 /Modules/digest/index.php?op=update&digest_id=7 # http://gi.2288.org:88/modules/digest/ud_update-7.htm shutriterule /modules/digest/ctId_ (.* )/.html $ /Modules/digest/custom.php?category_id= $1 # http://gi.2288.org:88/modules/digest/custom.php?category_id=
2 # http://gi.2288.org:88/modules/digest/ctid_2.htm shutriterule /modules/digest/u-ccid_(.* )/.html $ /Modules/digest/index.php?digest_id= $ 1 # http://gi.2288.org:88/modules/digest/index.php?digest_id=10#10& # http://gi.2288.org:88/modules/digest/u-ccid_10.htm#10& Rewriterule /Modules/digest/u-cid_(.*)-(.* )/.html $ /Modules/Digest/index.php?op= $ 1&category_id= $2 # http://gi.2288.org:88/ Modules / Digest / Index.php? Op = Update & Category_ID = 4 # http://gi.2288.org:88/modules/digest/u-cid_update-4.htm # *********** *********************************************************** *********************************************************** ** # # -------------------- Wordbook Rewriterule /Modules/Wordbook/index.html full / tyd /wordbook/index.php # http: // gi. 2288.org:88/modules/Wordbook/index.htm Rewriterule /Modules/Wordbook/Letter.html $ /Modules/Wordbook/letter.php # http://gi.2288.org:88/modules/wordbook/letter. HTM Rewriterule /Modules/Wordbook/category.html $ /Modules/Wordbook/category.php # http://gi.2288.org:88/modules/Wordbook/ Category.htm shutbook/category_( (.* )/.html $ /Modules/Wordbook/category.php?categoryid=1 # http://gi.2288.org:88/modules/wordbook/category.php ? categoryid = 1 # http://gi.2288.org:88/modules/wordbook/category_1.htm Rew/LETTER_ (.* )/.html $ /Modules/Wordbook/letter.php?init= $ 1 # http://gi.2288.org:88/modules/wordbook/letter.php?init=b # http://gi.2288.org:88/modules/Wordbook/Letter_b.htm Rewriterule / Modules / Wordbook /entry_(.* )/.html $ /Modules/Wordbook/entry.php?nTryid= $ 1 # http://gi.2288.org:88/modules/wordbook/entry.php?Tryid=
111 # http://gi.2288.org:88/modules/Wordbook/entry_111.htm # ************************************** *********************************************************** ************************** # # -------------- -------- GHDB REWRITERULE /MODULES/GHDB/index.html $ /Modules/ghdb/index.php # http://gi.2288.org:88/modules/ghdb/index.htm Rewriterule / Modules / GHDB / I / MODB/ httmp://gi.2288.org:88/modules/gHDB /LETTER.HTM REWRITERULE /MODULES/GHDB/Category.html $ / MODULES / GHDB / Category.php # http://gi.2288.org:88/modules/ghdb/category.htm shutriterule /modules/ghdb/category_(.* )/.html full@php?categoryID= $ 1 # http://gi.2288.org:88/modules/ghdb/category.php?categoryId=1 # http://gi.2288.org:88/modules/ghdb/category_1.htm Rewriterule / Modules / GHDB / Letter_ (. *) /. html $ /Modules/ghdb/LETTER.PHP?init= $ 1 # http://gi.2288.org:88/modules/ghdb/letter.php?init=b # http: // Gi.2288.org:88/modules/ghdb/LETTER_B.HTM Rewriterule /Modules/ghdb/entry_(.* )/.html $ /Modules/ghdb/entry.php?ntr YID = $ 1 # http://gi.2288.org:88/modules/ghdb/entry.php?Tryid=111 # http://gi.2288.org:88/modules/ghdb/entry_111.htm # - ------------------ WordPress Rewriterule /Modules/WordPress/index.html $ /Modules/WordPress/index.php # http://gi.2288.org:88/ Modules / WordPress / Index.htm Rewriterule /Modules/WordPress/index_ (.* )/.html $ /Modules/WordPress/index.php?p = $ 1 # http://gi.2288.org:88/modules/wordpress /index.php?p=9 # http://gi.2288.org:88/modules/wordpress/index_9.htm Rewriterule /Modules/WordPress/cat_ (.* )/.html full / modules / WordPress / INDEX. PHP? Cat = $ 1 # http://gi.2288.org:88/modules/wordpress/index.php?cat=
1 # http://gi.2288.org:88/modules/wordpress/cat_1.htm shutriterule /modules/wordpress/m_ (.* )/.html full / tydules/wordpress/index.php?m= $ 1 # http : //gi.2288.org: 88 / Modules / WordPress / Index.php? m = 200412 # http://gi.2288.org:88/modules/WordPress/m_200412.htm Rewriterule / Modules / WordPress / Author_ *WordPress/index.php?author= $ 1 # http://gi.2288.org:88/modules/wordpress/index.php?author=1 # http: // gi. 2288.org:88/Modules/WordPress/author_1.htm # *************************************************************** *********************************************************** ******************* # # -------------------- Flashgames RewriteRule /modules/flashgames/index.html$ /modules/flashgames/index.php # http://gi.2288.org:88/modules/flashgames/index.htm RewriteRule /modules/flashgames/highscores.html$ / Modules / flashgames / highscores.php # http://gi.2288.org:88/modules/flashgames/hightscores.htm shutriterule /modules/flashgames/hit_(.* )/.html $ /Modules/flashgames/topten.php Hit = $ 1 # http://gi.2288.org:88/modules/flashgame S / TOPTEN.PHP? Hit = 1 # http://gi.2288.org:88/modules/flashgames/hit_1.htm shutriterule /modules/flashgames/rate_(.* )/.html $ / modules / Flashgames / Topten .php? rate = $ 1 # http://gi.2288.org:88/modules/flashgames/topten.php?rate=1 # http://gi.2288.org:88/modules/flashgames/rate_1.htm Rewriterule /Modules/flashgames/cid_(.* )/.html $ /Modules/flashgames/viewcat.php?cid= $ 1 # http://gi.2288.org:88/modules/flashgames/viewcat.php?cid= 5 # http://gi.2288.org:88/modules/flashgames/cid_5.htm shutriterule /modules/flashgames/lid_ (.* )/.html $ /Modules/flashgames/game.php?lid= $ 1 # http : //gi.2288.org: 88 / Modules / FlashGames / Game.php? LID =
15 # http://gi.2288.org:88/modules/flashgames/lid_15.htm # ***************************** *********************************************************** ************************** # # -------------- -------- Mylinks Rewriterule /Modules/Mylinks/index.html $ /Modules/mylinks/index.php # http://gi.2288.org:88/modules/mylinks/index.htm Rewriterule / Modules /MYLINKS/Submit.html $ /Modules/mylinks/submit.php # http://gi.2288.org:88/modules/mylinks/Submit.htm Rewriterule /Modules/mylinks/hit_(.* )/.html /modules/mylinks/topten.php?hit= $ 1 # http://gi.2288.org:88/modules/mylinks/topten.php?hit=1 # http://gi.2288.org:88/modules /MYLINKS/HIT_1.HTM REWRITERULE /MODULES /MYLINKS/Rate_ (.* )/.html $ /Modules/mylinks/topten.php?rate= $ 1 # http://gi.2288.org:88/modules/mylinks/ Topten.php? rate = 1 # http://gi.2288.org:88/modules/mylinks/rate_1.htm shutriterule /modules/mylinks/cid_(.* )/.html! ? CID = $ 1 # http://gi.2288.org:88/modules/mylinks/viewcat.php?cid=5 # http://gi.2288.org:88/modules/mylinks/ CID_5.htm shutriterule /modules/mylinks/visit_(.*)-(.* )/.html $ /Modules/mylinks/visit.php?cid= $1&lid= $ 200 # http://gi.2288.org:88 / typp?cid=21&lid=14 # http://gi.2288.org:88/modules/mylinks/visit_21-14.htm # ************ *********************************************************** *********************************************************** * # # -------------------- XMline Rewriterule /Modules/xmline/index.html $ /Modules/xmline/index.php # http: //gi.2288 .org: 88 / modules / xmline / index.htm shutriterule /modules/xmline/cid_(.* )/.html $ /Modules/Xmline/index.php?category_id= $1 # http://gi.2288.org: 88 / MODULES / XMLINE / INDEX.PHP? CATEGORY_ID =
2 # http://gi.2288.org:88/modules/xmline/cid_2.htm shutriterule /modules/xmline/o-item_(.* )/.html $ /Modules/xmline/Item.php?digest_id= $ 1 # http://gi.2288.org:88/modules/xmline/Item.php?digest_id=32 # http://gi.2288.org:88/modules/xmline/o-item_32.htm Rewriterule / Modules / XMLINE / D - (. *) - (. *) /. html $ /Modules/xmline/index.php?op= $ 1&digest_id= $ 2 # http://gi.2288.org:88/modules/xmline/index .php? op = 40 # http://gi.2288.org:88/modules/xmline/d-Update-40.htm shutriterule /modules/xmline/c-cid_(.* )/.html $ / Modules / XMline / Custom.php? category_id = $ 1 # http://gi.2288.org:88/modules/xmline/custom.php?category_id=7 # http://gi.2288.org:88/modules/ XMline / C-CID_7.htm shutriterule /modules/Xmline/u-cid_(.* )/.html full / typ-xmline/index.php?digest_id= $ 1 # http://gi.2288.org:88/modules /XMLINE/index.php?digest_id=40#40& # http://gi.2288.org:88/modules/xmline/u-ccid_40#40.htm shutriterule /modules/xmline/ua-cid_ (.*) (. *) /. html $ /Modules/xmline/index.php?op= $ 1&category_id= $ 2 # http://gi.2288.org: 88 / MODULES / XMLINE / UA-CID_UPDATE-4.HTM # ***************************************************** *********************************************************** ******************* # # -------------------- Lykos_syndication ruwriterule /modules/lykos_syndication/index.html !/ndules/lykos_syndication/index.php # http://gi.2288.org:88/modules/lykos_syndication/index.htm # -------------- ---------- Dictionary shutriterule /modules/DICTIONARY/index.html $ /Modules/Dictionary/index.php # http://gi.2288.org:88/modules/Dictionary/index.htm Rewriterule /Modules/Dictionary/Dictionary_(.html $ /Modules/DICtionary/detail.php?id= $ 1 # http://gi.2288.org:88/modules/Dictionary/detail.php?id=
4 # http://gi.2288.org:88/modules/Dictionary/Dictionary_4.htm shutriterule /modules/Dictionary/letter_ (.* )/.html full /Modules/DICTIONRY/LETTER.PHP?LETTER = 1 # http : //gi.2288.org: 88 / Modules / Dictionary / Letter.php? Letter = b # http://gi.2288.org:88/modules/Dictionary/letter_b.htm # ****** *********************************************************** *********************************************************** ******* # # -------------------- T-Techtools Rewriterule /Modules/t-techtools/index.html $ / MODULES / T-Techtools /index.php # http://gi.2288.org:88/modules/t-techtools/index.htm shutriterule /modules/t-techtools/c_(.* )/.html $ / MODULES / T-TechTools / Index.php? OPI = $ 1 # http://gi.2288.org:88/modules/t-techtools/index.php?opi=
HTMLJS # htmljs # http:88/modules/t-techtools/c_htmljs.htm # http://gi.2288.org:88/modules/t-techtools/c_htmlphp.htm # http: // Gi.2288.org:88/modules/t-techtool/c_htmledit.htm # http://gi.2288.org:88/modules/t-techtools/c_htmlperl.htm # http://gi.2288.org: 88 / Modules / T-Techtools / C_TechPop.htm # http://gi.2288.org:88/modules/t-techtools/c_dedupe.htm # http://gi.2288.org:88/modules/T- TECHTOOLS / C_MTAGS.HTM # *********************************************************** *********************************************************** *********** # # -------------------- SiteMap Rewriterule / Modules / SiteMap / Index . http://gi.2288.org:88/modules/sitemap/index.htm # ****************** *********************************************************** ********************************************* # # - ------------------ asciistist/index.html $ /Modules/ASCIIARGTST/index.php # http://gi.2288.org:88/ Modules / asciartist / index.htm # ***************************************************** *********************************************************** ******************* # # ------------------- PageRank Rewriterule / Modules / PageRank /index.html $ /Modules/pageRank/index.php # http://gi.2288.org:88/modules/pageRank/index.htm # **************** *********************************************************** ************************************************* # # -------------------- HzzPy Rewriterule /Modules/hzzpy/index.html $ /Modules/hzzpy/index.php # http://gi.2288.org: 88 / MODULES / HZZPY / INDEX.HTM # ************************************************** *********************************************************** *************** # # ------------------ Liaise Rewriterule / Modules /LIAISE/index.html $ /Modules/liaise/index.php # http://gi.2288.org:
88 / MODULES / LIAISE / INDEX.HTM # ************************************************** *********************************************************** *************** # # ------------------ Gi-Tools Rewriterule /Modules/gi-tools/index.html $ /Modules/gi-tools/index.php # http://gi.2288.org:88/modules/gi-tools/index.htm Rewriterule / Modules / GI-Tools /Gi-tools_pageRank.html $ /Modules/gi-tools/gi-tools_pagerant.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_pageRank.htm Rewriterule / Modules / Gi-Tools /Gi-tools_hzzpy.html $ /Modules/gi-tools/gi-tools_hzzpy.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_hzzpy.htm Rewriterule / Modules / Gi-Tools /Gi-tools_asciiartist.html $ /Modules/gi-tools/gi-tools_asciiartist.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_asciiartist.htm Rewriterule / Modules / Gi-Tools /GI-Tools_GoogleSearch.html$ /modules/GI-Tools/GI-Tools_GoogleSearch.php # http://gi.2288.org:88/modules/GI-Tools/GI-Tools_GoogleSearch.htm RewriteRule / modules / GI-Tools /Gi-tools_calendar.html $ / MODULES / Gi-Tools / Gi-Tools_Calendar.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_calendar.htm Rewriterule /Modules/gi-tools/gi-tools_weather.html $ / MODULES / Gi-Tools / Gi-Tools_Weather.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_weather.php # ***************** *********************************************************** ************************************************* # # -------------------- ODP REWRITERULE /MODULES/XOOPSODP/index.html $ /Modules/xoopsodp/index.php # http://gi.2288.org: 88 / MODULES / XOOPSODP / INDEX.HTM # ************************************************* *********************************************************** *********************** # # -------------------- Other Rewriterule / Search .html $ /Search.php # http://gi.2288.org:
88 / Search.htm # ------------------ Google PageRank Rewriterule /Modules/google_cheat/index_( (.*) /.html $ / MODULES / Google_Cheat / PageRank_ $ 1 .php # -------------------- Don't define index files in the root directory !!! - such as /index.htm, this is a wrong choice !! ---- --------------- # # **************************************** *********************************************************** *************************** # virtualhost>
/ DIRECTORY> Alias / V "J: / PWD /"
$ 1 # http://gi.2288.org:88/modules/mydownloads/topic_o_9.htm Rewriterule /Modules/wfdownloads/newlist/.htm !/modules/wfdownloads/newlist.php # http://gi.2288.org : 88 / Modules / MyDownloads / NewList.htm Rewriterule /Modules/wfdownloads/list_ (.* )/.htm full /modules/wfdownloads/topten.php?list=1 # http://gi.2288.org:88/ modules / mydownloads / list_hit.htm RewriteRule /modules/wfdownloads/hit_/.htm$ /modules/wfdownloads/topten.php?list=hit RewriteRule /modules/wfdownloads/hit/.htm$ /modules/wfdownloads/topten.php? list = hit RewriteRule /modules/wfdownloads/rate/.htm$ /modules/wfdownloads/topten.php?list=rate RewriteRule /modules/wfdownloads/index.htm$ /modules/wfdownloads/index.php # http: // gi .2288.org: 88 / Modules / MyDownloads / Index.htm Rewriterule /Modules/wfdownloads/down (.* )-( )-(.* )/.htm @ /modules/wfdownloads/singlefile.php?cid=1&lid= $2 # http://gi.2288.org:88/modules/mydownloads/down2-2.htm Rewriterule /Modules/wfdownloads/list_( (.* )/.htm @ /modules/wfdownloads/viewcat.php?list= $ 1 # http : //gi.2288.org: 88 T /MODULES / MYDOWNLOADS/LIST_2.HTM # **************************************************** *********************************************************** ************** # # ------------------- MyDownloads Modules ReWriterule / Modules /mydownloads/index.htm ownel / tycules/mydownloads/index.php # http://gi.2288.org:88/modules/mydownloads/index.htm Rewriterule /Modules/mydownloads/topic_(.* )/.htm $ /modules/mydownloads/viewcat.php?cid= $ 1 # http://gi.2288.org:88/modules/mydownloads/topic_2.htm Rewriterule /Modules/myDownloads/hit_(.* )/.htm / modules / MyDownloads / Topten.php? Hit = $ 1 # http://gi.2288.org:88/modules/mydownloads/hit_hit.htm Rewriterule /Modules/myDownloads/Rate_ (.* )/.htm full_ / ModeS / MyDownloads / Topten .php? rate =
$ 1 # http://gi.2288.org:88/modules/mydownloads/rate_rate.htm shutriterule /modules/mydownloads/down (.* )-(.* )/.htm? /Modules/mydownloads/singlefile.php? CID = $ 1 & LID = $ 2 # http://gi.2288.org:88/modules/mydownloads/down2-2.htm # ********************* *********************************************************** ****************************** # # ----- --------------- myalbum shutriterule /modules/myalbum/index.htm ownel /modules/myalbum/index.php # http://gi.2288.org:88/modules/myalbum /INDEX.HTM REWRITERULE /MODULESTM REWRITERULE /MODULES /MYALBUM/HIT_ (.* )/.htm full / tydules/myalbum/topten.php?hit= $1 # http://gi.2288.org:88/modules/myalbum/HIT_1. HTM REWRITERULE /MODULES /MYALBUM/Photo_(.* )/.htm full / tydules/myalbum/photo.php?lid= $ 1 # http://gi.2288.org:88/modules/myalbum/photo.php?lid = 1532 # http://gi.2288.org:88/modules/myalbum/photo_1532.htm Rewriterule /Modules/myalbum/topic_(.* )/.htm full /Modules/myalbum/viewcat.php?cid= $1 # http://gi.2288.org:88/modules/myalbum/viewcat.php?cid=48 # http://gi.2288.org:88/modules/myalbum/topic_48 .htm shutriterule /modules/myalbum/view(.* )-( )/.htm full / tydules/myalbum/viewcat.php?num= $ 1&cid= $ 2 # http://gi.2288.org:88/ Modules / myalbum / view2-2.htm shutriterule /modules/myalbum/photo(.* )-()/.htm full /modules/myalbum/photo.php?lid= $ 1&cid= $2 # http: // gi .2288.org: 88 / modules / myalbum / photo.php? LID = 914 & CID = 34 # http://gi.2288.org:88/modules/myalbum/photo914-34.htm REWRITERULE /TOPIC_1.HTM?cid= (. *) & num = (. *) & orde = (. *) A & POS = (. *) / $ /viewcat.php?cid= $ 1&num= $ 2&orderby= $ 3a&pos=
$ 4 # ********************************************************* *********************************************************** **************** # # -------------------- Ams Rewriterule /Modules/ams/index.htm / / Modules / ams / index.php # http://gi.2288.org:88/modules/Ams/index.htm Rewriterule /Modules/ams/Ams/archive.php # http: // Gi.2288.org:88/modules/ams/archive.htm shutriterule /modules/ams/Article_ (.* )/.htm full /modules/ams/Article.php?storyid= $1 # http: //gi.2288 .org: 88 / Modules / AMS / Article.php? StoryId = 38 # http://gi.2288.org:88/modules/AMS/Article_38.htm Rewriterule /Modules/AMS/topic_ (.* )/.htm $ /Modules/ams/index.php?storytopic= $ 1 # http://gi.2288.org:88/modules/AMS/topic_2.htm shutriterule /modules/ams/archive(.*)-(.* )/ .htm $ /Modules/ams/archive.php?year= $ 1&month= $ 2 # http://gi.2288.org:88/modules/AMS/Archive2-2.htm # ******** *********************************************************** *********************************************************** ***** # # -------------------- Booklist Rewriterule / Modules / BookLists / Index.htm $ /Modules/booklists/index.php # http://gi.2288.org:88/modules/bookLists/index.htm Rewriterule /Modules/bookLists/faq.htm full /Modules/bookLists/faq.php # http://gi.2288.org:88/modules/booklists/faq.htm shutriterule /modules/bookLists/search.htm ownel /modules/bookLists/search.php # http://gi.2288.org:88 /modules/booklists/search.htm shutriterule /modules/bookLists/hit_(.* )/.htm full of /modules/bookLists/topten.php?hit= $ 1 # http://gi.2288.org:88/modules/ BookLists / hit_1.htm shutriterule /modules/bookLists/rate_(.* )/.htm full / tydules/bookLists/topten.php?rate= $ 1 # http://gi.2288.org:88/modules/bookLists/Rate_1 .htm shutriterule /modules/booklists/view(.*)/.htm full / tydules/bookLists/viewcat.php?cid=
$ 1 # http://gi.2288.org:88/modules/bookLists/view2.htm Rewriterule /Modules/bookLists/book (.* )-(.htm $ /Modules/bookLists/singLink.php? CID = $ 1 & LID = $ 2 # http://gi.2288.org:88/modules/bookLists/book2-2.htm shutriterule /modules/bookLists/viewbook-(.htm full of modules / booklists / singlelink .php? lid = $ 1 # http://gi.2288.org:88/modules/bookLists/viewbook-2.htm shutriterule /modules/bookLists/visit(.* )-(.*)book/.htm full Modules / BookLists / Visit.php? Cid = $ 1 & LID = $ 2 # http://gi.2288.org:88/modules/bookLists/visit.php?cid=8&lid=23 # ******** *********************************************************** *********************************************************** ***** # # ------------------ Xphpbbi Rewriterule /Modules/xphpbbi/index.htm full / tydules/xphpbbi/index.php # http: / /GI.2288.org:88/modules/xphpbbi/index.htm shutriterule /modules/xphpbbi/viewForum_ (.* )/.htm full /modules/xphpbbi/ViewForum.php?f= $1 # http: // gi. 2288.org:88/modules/xphpbbi/viewforum_1.htm shutriterule /modules/xphpbbi/viewtopic_(.*)/.htm full of / modules / xphpbi / viewto Pic.php? t = $ 1 # http://gi.2288.org:88/modules/xphpbbbi/viewtopic_1.htm shutriterule / modules / xphpbbi / viewtopic_post (. *) - (. *) - (. *) - ( * (. *) /. htm $ /Modules/xphpbbi/viewtopic.php?t= $1&Start= $ 2&postdays= $ 3&postorder= $ 4&highlight= $5 shutriterule /modules/xphpbbi/viewtopic_o(.* )/.htm # (. *) $ /Modules/xphpbbi/viewtopic.php?p= $ 1#$ # http://gi.2288.org:88/modules/xphpbbi/viewtopic_o2.htm Rewriterule / modules / XPHPBBI / N- (. *) /. htm $ /Modules/xphpbbi/search.php?search_id= $ 1 # http: //gi.2288.org: 88 / Modules / XPHPBI / Search.php? Search_Id = NewPosts Rewriterule / Modules / XPHPBBI / EGO- (. *) /. htm $ /modules/xphpbbbi/search.php?search_id=
$ 1 # http://gi.2288.org:88/modules/xphpbbi/search.php?search_id=egosearch # http://gi.2288.org:88/modules/xphpbbi/ego-egosearch.htm Rewriterule / Modules / xphpbbi/u-(.* )/.htm ownel / tydules/xphpbbi/search.php?search_id= $ 1 # http://gi.2288.org:88/modules/xphpbbi/search.php?search_id=unanswered # http://gi.2288.org:88/modules/xphpbbi/u-unanswered.htm shutriterule /modules/xphpbbbi/index_(.* )/.htm full of /modules/xphpbbi/index.php?c= $1 # http : //gi.2288.org: 88 / modules / xphpbbi / index.php? c = 3 # http://gi.2288.org:88/modules/xphpbbi/index_3.htm # ******* *********************************************************** *********************************************************** ******* # # -------------------- Newbb Rewriterule /Modules/newbb/index.htm! /Modules/newbb/index.php # http : //gi.2288.org: 88 / Modules / Newbb / Index.htm Rewriterule /Modules/newb/Viewall.htm !/modules/newbb/viewall.php # http://gi.2288.org:88/Modules /NEWBB/VIEWALL.PHP # http://gi.2288.org:88/modules/newbb/Viewall.htm Rewriterule /Modules/newbb/post.htm full of modules / new BB / post.php # http://gi.2288.org:88/modules/newbb/post.php # http://gi.2288.org:88/modules/newbb/post.htm Rewriterule / modules / newbb /Search.htm@ /modules/newbb/search.php # http://gi.2288.org:88/modules/newbbb/search.php # http://gi.2288.org:88/modules/newbb/ Search.htm Rewriterule /Modules/newbb/forum_(.* )/.htm full /Modules/newbb/viewforum.php?forum= $ 1 # http://gi.2288.org:88/modules/newbb/viewforum.php ? forum = 5 # http://gi.2288.org:88/modules/newbb/forum_5.htm shutriterule /modules/newbb/viewtopic_id (.* )-(.*)/.htm full / modules / newbb / viewtopic .php? Topic_id = $ 1 & forum = $ 2 # http://gi.2288.org:88/modules/newbb/viewtopic.php?topic_id=111&sterum=
5 # http://gi.2288.org:88/modules/newbb/viewtopic_id111-5.htm shutriterule /modules/newbb/topic_mode_(.* )-( )-(.* )/.htm full of / modules /newb/viewtopic.php?viewmode= $ 1&topic_id= $ 2&Forum= $ 3 # http://gi.2288.org:88/modules/newbb/viewtopic.php?viewMode=flat&topic_id=111&ster =5 # http: // gi .2288.org: 88 / modules / newbb / topic_mode_flat-111-5.htm shutriterule /modules/newbb/newtopic_( (.* )-(.* )-(.* )- (. *) /. htm $ /Modules/newbb/ViewForum.php?start= $ 1&Forum= $ 2&sortname= $ 3&sortorder= $ 4&sortsince= # http://gi.2288.org:88/modules/ newbb / viewforum.php? start = 0 & forum = 27 & sortname = p.post_time & sortorder = DESC & sortsince = 100 & type = unread # http://gi.2288.org:88/modules/newbb/newtopic_0-27-p.post_time-DESC-100- Unread.htm shutriterule /modules/newbb/digest_(.* )-( )-(.*)-( )-(.* )-( )/.htm full of modules / newbb / viewforum. php? start = $ 1 & forum = $ 2 & sortname = $ 3 & sortorder = $ 4 & sortsince = $ 5 & type = $ 6 # http://gi.2288.org:88/modules/newbb/viewforum.php?start=0&forum=27&sortname=p.post_time&sortorder = Desc & sortsince = 100 & type = Digest # http://gi.2288.org:88/modules/newbb/digest_0-27-p.post_time-desc-100-digest.htm RewriteUle /Modules/newbb/unrePlied (.* )/.htm full Modules / newbb / viewall.php? type = $ 1 # http://gi.2288.org:88/modules/newbb/viewall.php?type=unReplied # http://gi.2288.org:88/modules/ Newbb / unrepliedunreplied.htm shutriterule /modules/newbb/topic_time_(.* )-( )-(.* )-( )-(.* )/.htm full of modules / newbb / ViewTopic.php? ViewMode = $ 1 & Order = $ 2 & Topic_id = $ 3 & forum = $ 4 & move = $ 5 & Topic_time =
$ 6 # http://gi.2288.org:88/modules/newbb/viewtopic.php?viewmode=threaded&order=ASC&topic_id=111&forum=5&move=prev&topic_time=1105542643 # http://gi.2288.org:88/modules/ NEWBB / TOPIC_TIME_THREADED-ASC-111-5-Prev-1105542643.htm Rewriterule /Modules/newb/forum-cat_(.* )/.htm full / tydules/newbb/index.php?cat= $1 # http: //gi .2288.org: 88 / modules / newbb / index.php? Cat = 4 # http://gi.2288.org:88/modules/newbb/forum-cat_4.htm Rewriterule /Modules/newb/newtopic_(.* ) /. htm $ /Modules/newb/newtopic.php?forum = 1 # http://gi.2288.org:88/modules/newb/newtopic.php?forum=5 # http: //gi.2288. ORG: 88 / MODULES / NEWB / NEWTOPIC_5.HTM REWRITERULE /MODULES/newbb/view-newtopic_( (.* )-(.*/.htm full / tydules/newb/viewtopic.php?topic_id= $ 1&Start= $2 # http : //gi.2288.org: 88 / viewtopic.php? Topic_ID = 155 & Start = 0 # http://gi.2288.org:88/modules/newbb/view-newtopic_155-0.htm # ***** *********************************************************** *********************************************************** ******** # # -------------------- IPB Rewriterule / Modules / ipboard / index.htm $ /Modules/ipboard/index.php # http://gi.2288.org:88/modules/ipboard/index.htm shutriterule /modules/ipboard/showtopic_(.*)-(.*) /.htm@ /modules/ipboard/index.php?showtopic= $ 1&s= $2 # http://gi.2288.org:88/modules/ipboard/index.php?showtopic=23&s=8d88e79f2ec22ddc5c84d6414bf6c945 # http: // gi.2288.org:88/modules/ipboard/showtopic_23-8d88e79f2ec22ddc5c84d6414bf6c945.htm RewriteRule /modules/ipboard/showforum_(.*)-(.*)/.htm$ /modules/ipboard/index.php?showforum=$1&s = $ 2 # http://gi.2288.org:88/modules/ipboard/index.php?showforum=17&s=
8d88e79f2ec22ddc5c84d6414bf6c945 # http://gi.2288.org:88/modules/ipboard/showforum_17-8d88e79f2ec22ddc5c84d6414bf6c945.htm RewriteRule /modules/ipboard/showforum_(.*)/.htm$ /modules/ipboard/index.php?showforum=$1 # http://gi.2288.org:88/modules/ipboard/index.php?showforum=14 # http://gi.2288.org:88/modules/ipboard/showforum_14.htm Rewriterule / Modules / IPBoard / Showtopic _ (. *) /. htm $ /Modules/ipboard/index.php?showtopic=1 # http://gi.2288.org:88/Modules/ipboard/index.php?showtopic=17 # http: // Gi.2288.org:88/modules/ipboard/showtopic_17.htm shutriterule /modules/ipboard/Act_ (.* )-(.htm full / typ-ipboard/index.php?act= $ 1&c= $ 2 # http://gi.2288.org:88/modules/ipboard/index.php?act=sc&c=4 # http://gi.2288.org:88/modules/ipboard/act_sc-4.htm Rewriterule / Modules / IPBoard / Act-i _ (. *) /. htm $ /Modules/ipboard/index.php?act= $ 1 # http://gi.2288.org:88/modules/ipboard/index.php?act= IDX # http://gi.2288.org:88/modules/ipboard/act-i_idx.htm # ------------------ Digest Rewriterule / Modules / Digest / INDEX. HTM $ /Modules/digest/index.php # http://gi.2288.org:88/modules/digest/index.htm shutriterule /modules/digest/cid_(.* )/.htm full of / modules / Digest / Index.php? category_id = $ 1 # http://gi.2288.org:88/modules/digest/index.php?category_id=2 # http://gi.2288.org:88/modules/digest/cid_2. HTM REWRITERULE /MODULES / Digest/ud_( (.* )-( )-() (. )/.htm full /Modules/digest/index.php?op= $ $es =.. # # = = # # # / DiGest/index.php?op=Update&digest_id=7 # http://gi.2288.org:88/modules/digest/ud_update-7.htm shutriteerule /modules/digest/ctid_(.* )/.htm full Modules / Digest / Custom.php? category_id = $ 1 # http://gi.2288.org:88/modules/digest/custom.php?category_ID=
2 # http://gi.2288.org:88/modules/digest/ctid_2.htm shutriterule /modules/digest/u-ccid_(.* )/.htm @ /modules/digest/index.php?digest_id= $$ # http://gi.2288.org:88/modules/digest/index.php?digest_id=10#10& # http://gi.2288.org:88/modules/digest/u-ccid_10.htm#10& Rewriterule /Modules/digest/u-cid_(.*)-(.* )/.htm @ /modules/digest/index.php?op = 1&category_id= $2 # http://gi.2288.org:88/ Modules / Digest / Index.php? Op = Update & Category_ID = 4 # http://gi.2288.org:88/modules/digest/u-cid_update-4.htm # *********** *********************************************************** *********************************************************** ** # # -------------------- Wordbook Rewriterule /Modules/Wordbook/index.htm ownel/modules/ http: // gi. 2288.org:88/modules/Wordbook/index.htm Rewriterule /Modules/Wordbook/Letter.htm owverage / modules/ http://gi.2288.org:88/modules/Wordbook/letter. HTM REWRITERULE /MODULES/Wordbook/category.htm full /modules/wordbook/category.php # http://gi.2288.org:88/modules/Wordbook/categ Ory.htm shutbook/category_(..hphp?dbook/category.php?categoryid=1 # http://gi.2288.org:88/modules/Wordbook/category.php ? categoryid = 1 # http://gi.2288.org:88/modules/Wordbook/category_1.htm Rew/LETTER_ (.* )/.htm full /Modules/Wordbook/letter.php?init= $ 1 # http://gi.2288.org:88/modules/wordbook/letter.php?init=b # http://gi.2288.org:88/modules/Wordbook/Letter_b.htm Rewriterule / Modules / Wordbook /entry_(.* )/.htm ownel /modules/wordbook/entry.php?nTryid=1 # http://gi.2288.org:88/modules/Wordbook/entry.php?Tryid=
111 # http://gi.2288.org:88/modules/Wordbook/entry_111.htm # ************************************** *********************************************************** ************************** # # -------------- -------- GHDB REWRITERULE /MODULES/GHDB/index.htm @ /modules/ghdb/index.php # http://gi.2288.org:88/modules/ghdb/index.htm Rewriterule / Modules / GHDB / I / MODB/CATEGORE / MODULES / MODB / GHDB / MODB / GHDB / MODB / GHDB / Category.php # http://gi.2288.org:88/modules/ghdb/category.htm shutriterule /modules/ghdb/category_(.*/.htm full of /modules/ghdb/category.php?categoryID= $ 1 # http://gi.2288.org:88/modules/ghdb/category.php?categoryId=1 # http://gi.2288.org:88/modules/ghdb/category_1.htm Rewriterule / Modules / GHDB / Letter _ (. *) /. htm $ /Modules/ghdb/LETTER.PHP?init= $ 1 # http://gi.2288.org:88/modules/ghdb/letter.php?init=b # http: // Gi.2288.org:88/modules/ghdb/LETTER_B.HTM Rewriterule /Modules/ghdb/entry_(.* )/.htm @ /modules/ghdb/entry.php?Tryid= $ 1 # http://gi.2288.org:88/modules/ghdb/entry.php?nTryid=111 # http://gi.2288.org:88/modules/ghdb/entry_111.htm # ----- --------------- WordPress Rewriterule /Modules/WordPress/index.htm! /Modules/wordpress/index.php # http://gi.2288.org:88/modules/wordpress /index.htm shutriterule /modules/wordpress/index_ (.* )/.htm full / tyd/WordPress/index.php?p= $ 1 # http://gi.2288.org:88/modules/wordpress/index. PHP? P = 9 # http://gi.2288.org:88/modules/wordpress/index_9.htm shutriterule /modules/wordpress/cat_(.* )/.htm full / tydules/wordpress/index.php?cat = $ 1 # http://gi.2288.org:88/modules/wordpress/index.php?cat=
1 # http://gi.2288.org:88/modules/WordPress/cat_1.htm shutriterule /modules/.htm $ /Modules/WordPress/index.php?m= $ 1 # http : //gi.2288.org: 88 / Modules / WordPress / Index.php? m = 200412 # http://gi.2288.org:88/modules/WordPress/m_200412.htm Rewriterule / Modules / WordPress / Author_ HTM $ /Modules/WordPress/index.php?author= $ 1 # http://gi.2288.org:88/modules/wordpress/index.php?author=1 # http: // gi. 2288.org:88/Modules/WordPress/author_1.htm # *************************************************************** *********************************************************** ******************* # # -------------------- Flashgames RewriteRule /modules/flashgames/index.htm$ /modules/flashgames/index.php # http://gi.2288.org:88/modules/flashgames/index.htm RewriteRule /modules/flashgames/highscores.htm$ / Modules / flashgames / highscores.php # http://gi.2288.org:88/modules/flashgames/highscores.htm shutriterule /modules/flashgames/hit_(.* )/.htm full /Modules/flashgames/topten.php Hit = $ 1 # http://gi.2288.org:88/modules/flashgames/top Ten.php? Hit = 1 # http://gi.2288.org:88/modules/flashgames/hit_1.htm Rewriterule /Modules/flashgames/rate_(.* )/.htm full /Modules/flashgames/topten.php Rate = $ 1 # http://gi.2288.org:88/modules/flashgames/topten.php?rate=1 # http://gi.2288.org:88/modules/flashgames/rate_1.htm Rewriterule / Modules / Flashgames / CID _ (. *) /. htm $ /Modules/flashgames/viewcat.php?cid= $ 1 # http://gi.2288.org:88/modules/flashgames/viewcat.php?cid=5 # http://gi.2288.org:88/modules/flashgames/cid_5.htm shutriterule /modules/flashgames/lid_(.* )/.htm full /modules/flashgames/game.php?lid=1 # http: / /GI.2288.org:88/modules/flashgames/game.php?lid=
15 # http://gi.2288.org:88/modules/flashgames/lid_15.htm # ***************************** *********************************************************** ************************** # # -------------- -------- MyLinks Rewriterule /Modules/mylinks/index.htm ownel /modules/mylinks/index.php # http://gi.2288.org:88/modules/mylinks/index.htm Rewriterule / Modules /MYLINKS/Submit.htm $ /Modules/mylinks/submit.php # http://gi.2288.org:88/modules/mylinks/submit.htm shutriterule /modules/mylinks/hit_(.* )/.htm $ /modules/mylinks/topten.php?hit= $ 1 # http://gi.2288.org:88/modules/mylinks/topten.php?hit=1 # http://gi.2288.org:88/modules / ILINKS/HIT_1.HTM REWRITERULE /MODULES /MYLINKS/Rate_ (.* )/.htm full /Modules/mylinks/topten.php?rate= $ 1 # http://gi.2288.org:88/modules/mylinks/ Topten.php? rate = 1 # http://gi.2288.org:88/modules/mylinks/rate_1.htm shutriterule /modules/mylinks/cid_(.* )/.htm full of /modules/mylinks/viewcat.php CID = $ 1 # http://gi.2288.org:88/modules/mylinks/viewcat.php?cid=5 # http://gi.2288.org:88/modules/mylinks/cid_5 .htm shutriterule /modules/mylinks/visit_(.*)-( )/.htm owl / tydules/mylinks/visit.php?cid= $1&lid= $ 2 # http://gi.2288.org:88/ Modules / MyLinks / Visit.php? CID = 21 & LID = 14 # http://gi.2288.org:88/modules/mylinks/visit_21-14.htm # ************* *********************************************************** *********************************************************** # # -------------------- XMline Rewriterule /Modules/xmline/index.htm owverage@ /modules/xmline/index.php # http: //gi.2288. ORG: 88 / MODULES / XMLINE / INDEX.HTM REWRITERULE /MODULES/Xmline/cid_(.* )/.htm full /Modules/xmline/index.php?category_id= $ 1 # http://gi.2288.org:88 /Modules/xmline/index.php?category_id=
2 # http://gi.2288.org:88/modules/xmline/cid_2.htm shutriterule /modules/xmline/o-item_(.* )/.htm.php?digest_id= $ 1 # http://gi.2288.org:88/modules/xmline/Item.php?digest_id=32 # http://gi.2288.org:88/modules/xmline/o-item_32.htm Rewriterule / Modules / XMline / D - (. *) - (. *) /. htm $ /Modules/xmline/index.php?op= $ 1&digest_id= $ 2 # http://gi.2288.org:88/modules/xmline/index .php? op = 40 # http://gi.2288.org:88/modules/xmline/d-Update-40.htm shutriterule /modules/xmline/cid_(.* )/.htm full Modules / XMline / Custom.php? category_id = $ 1 # http://gi.2288.org:88/modules/xmline/custom.php?category_id=7 # http://gi.2288.org:88/modules/ XMline / C-CID_7.htm shutriterule /modules/xmline/u-cid_(.* )/.htm full of /modules/xmline/index.php?digest_id= $$ # http://gi.2288.org:88/modules /XMLINE/index.php?digest_id=40#40& # http://gi.2288.org:88/modules/xmline/u-ccid_40#40.htm shutriterule /modules/xmline/ua-cid_ (.*) (. *) /. htm $ /Modules/xmline/index.php?op=1&category_id= $ 200 # http://gi.2288.org:88/mo Dules / XMLINE / UA-CID_UPDATE-4.HTM # ************************************************ *********************************************************** ***************** # # -------------------- lykos_syndication riterule /Modules/lykos_syndication/index.htm! /Modules/lykos_syndication/index.php # http://gi.2288.org:88/Modules/lykos_syndication/index.htm # -------------- ------- Dictionary Rewriterule /Modules/Dictionary/index.htm@bot/Dictionary/index.php # http://gi.2288.org:88/modules/Dictionary/index.htm Rewriterule / Modules /Dictionary/Dictionary_(.* )/.htm full /Modules/Dictionary/detail.php?id= $ 1 # http://gi.2288.org:88/modules/DICTION/Detail.php?id=
4 # http://gi.2288.org:88/modules/Dictionary/dictionary_4.htm Rewriterule /Modules/Dictionary/letter_(.* )/.htm full /modules/Dictionary/letter.php?letter= $1 # http : //gi.2288.org: 88 / Modules / Dictionary / Letter.php? Letter = b # http://gi.2288.org:88/modules/Dictionary/letter_b.htm # ****** *********************************************************** *********************************************************** ******* # # ------------------- T-Techtools Rewriterule /Modules/t-techtools/index.htm full of modules / T-Techtools /index.php # http://gi.2288.org:88/modules/t-techtools/index.htm shutriterule /modules/t-techtool/c_(.* )/.htm full of modules / T-TechTools / Index.php? OPI = $ 1 # http://gi.2288.org:88/modules/t-techtools/index.php?opi=
HTMLJS # htmljs # http:88/modules/t-techtools/c_htmljs.htm # http://gi.2288.org:88/modules/t-techtools/c_htmlphp.htm # http: // Gi.2288.org:88/modules/t-techtool/c_htmledit.htm # http://gi.2288.org:88/modules/t-techtools/c_htmlperl.htm # http://gi.2288.org: 88 / Modules / T-Techtools / C_TechPop.htm # http://gi.2288.org:88/modules/t-techtools/c_dedupe.htm # http://gi.2288.org:88/modules/T- TECHTOOLS / C_MTAGS.HTM # *********************************************************** *********************************************************** *********** # # -------------------- SiteMap Rewriterule / Modules / SiteMap / Index .htm $ /Modules/sitemap/index.php # http://gi.2288.org:88/modules/sitemap/index.htm # ***************** *********************************************************** ********************************************* # # - ------------------ Asciartist Rewriterule /Modules/ASCIIATST/index.htm ownel /modules/asciiartist/index.php # http://gi.2288.org:88/ Modules / asciartist / index.htm # ***************************************************** ** *********************************************************** ************ # # -------------------- PageRank Rewriterule / Modules / PageRank / INDEX . http://gi.2288.org:88/modules/pageRank/index.htm # ***************** *********************************************************** ********************************************* # # - ------------------ HzzPy Rewriterule /Modules/hzzpy/index.htm @ /modules/hzzpy/index.php # http://gi.2288.org:88/ MODULES / HZZPY / INDEX.HTM # *************************************************** *********************************************************** ************* # # ------------------ Liaise Rewriterule / Modules / Liaise /index.htm ownel / tydules/liaise/index.php # http://gi.2288.org:
88 / MODULES / LIAISE / INDEX.HTM # ************************************************** *********************************************************** *************** # # ------------------ Gi-Tools Rewriterule /Modules/gi-tools/index.htm ownel / tycules/gi-tools/index.php # http://gi.2288.org:88/modules/gi-tools/index.htm Rewriterule / Modules / GI-Tools /Gi-tools_pagerantak.htm $ /Modules/gi-tools/gi-tools_pageRank.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_pageRank.htm Rewriterule / Modules / Gi-Tools /Gi-tools_hzzpy.htm $ /Modules/gi-tools/gi-tools_hzzpy.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_hzzpy.htm Rewriterule / Modules / Gi-Tools /GI-TOOLS_ASCIIATIST.HTM $ /Modules/gi-tools/gi-tools_asciiartist.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_asciiartist.htm Rewriterule / Modules / GI-Tools /GI-Tools_GoogleSearch.htm$ /modules/GI-Tools/GI-Tools_GoogleSearch.php # http://gi.2288.org:88/modules/GI-Tools/GI-Tools_GoogleSearch.htm RewriteRule / modules / GI-Tools / Gi-Tools_Calendar.htm $ / MODULES / GI-TOO LS / GI-Tools_Calendar.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_calendar.htm Rewriterule /Modules/gi-tools/gi-tools_weather.htm Modules / Gi- Tools / Gi-Tools_Weather.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_weather.php # ****************** *********************************************************** ********************************************* # # - ------------------ ODP REWRITERULE /MODULES/XOOPSODP/INDEX.HTM @ /modules/xoopsodp/index.php # http://gi.2288.org:88/ Modules / XOOPSODP / INDEX.HTM # **************************************************** *********************************************************** ******************* # # -------------------- Other Rewriterule /Search.htm $ /Search.php # http://gi.2288.org:
88 / Search.htm # ------------------ Google PageRank Rewriterule /Modules/google_cheat/index_(.* )/.htm full of modules / Google_Cheat / PageRank_ $ 1 .php
# -------------------- Don't define index files in the root directory !!! - such as /index.htm, this is a wrong choice !! ------ ------------- # # ****************************************** *********************************************************** ******************** # # ------------------- -News modules/news/topic_(.* )/.html $ /Modules/news/index.php?storytopic= $$ # http://gi.2288.org:88/modules/news/topic_2.htm Rewriterule /Modules/news/Article_ (.* )/.html $ /Modules/news/Article.php?storyid=1 # http://gi.2288.org:88/modules/news/Article_2.htm Rewriterule / Modules /NEWS/topic (.*)-(./.html $ /Modules/news/index.php?storytopic= $ 1&Start= $2 # http://gi.2288.org:88/modules/news/topic2 -2.htm Rewriterule /Modules/news/archive/.html $ /Modules/news/archive.php # http://gi.2288.org:88/modules/news/archive.htm Rewriterule / Modules / News / INDEX . Httml $ /MODULES/news/index.php # http://gi.2288.org:88/modules/news/index.htm # ***************** *********************************************************** ********************************************* # # - ------------ ---------- Wfdownloads Modules Rewriterule /Modules/wfdownloads/topic_(.* )/.html $ /Modules/wfdownloads/viewcat.php?cid= $ 1 # http://gi.2288.org: 88 / MODULES / MYDOWNLOADS / VIEWCAT.PHP? CID = 9 # http://gi.2288.org:88/modules/mydownloads/topic_9.htm Rewriterule /Modules/wfdownloads/topic_o_( ()/topic_o_( ()/topic_o_( ()/topic_o_(.* )/.html $ / MODULES /wfdownloads/viewcat.php?op=&cid=$1 # http://gi.2288.org:88/modules/mydownloads/topic_o_9.htm RewriteRule /modules/wfdownloads/newlist/.html$ / modules / wfdownloads / newlist. PHP # http://gi.2288.org:88/modules/mydownloads/newlist.htm Rewriterule /Modules/wfdownloads/list_( (.* )/.html $ /Modules/wfdownloads/topten.php?list=
$ 1 # http://gi.2288.org:88/modules/mydownloads/list_hit.htm RewriteRule /modules/wfdownloads/hit_/.html$ /modules/wfdownloads/topten.php?list=hit 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 # http://gi.2288.org:88/modules/mydownloads/index.htm shutriterule /modules/wfdownloads/down (.* )-(.* )/.html $ / MODULES / wfdownloads/singlefile.php?cid= $1&lid= $ 200 # http://gi.2288.org:88/modules/mydownloads/down2-2.htm Rewriterule /Modules/wfdownloads/list_(.* )/.html T /Modules/wfdownloads/viewcat.php?list= $1 # http://gi.2288.org:88/modules/mydownloads/list_2.htm # **************** *********************************************************** *********************************************** # # - ------------------- MyDownloads Modules Rewriterule /Modules/myDownloads/index.html $ /Modules/myDownloads/index.php # http: //gi .2288.org: 88 / modules / mydownloads / index.htm shutriterule /modules/mydownloads/topic_ (.* )/.html $ /Modules/mydownloads/viewcat.php?cid= $ 1 # http: //gi.2288. ORG: 88 / MODULES / MyDownloads / Topic_2.htm Rewriterule /Modules/mydownloads/hit_(.* )/.html $ /Modules/mydownloads/topten.php?hit= $ 1 # http://gi.2288.org:88 /modules/mydownloads/hit_hit.htm shutriterule /modules/mydownloads/rate_ (.* )/.html $ /Modules/mydownloads/topten.php?rate=1 # http://gi.2288.org:88/modules/ MyDownloads / Rate_Rate.htm Rewriterule /Modules/mydownloads/down (.* )-(.* )/.html $ /Modules/myDownloads/singlefile.php?cid=1&lid=
$ 2 # http://gi.2288.org:88/modules/mydownloads/down2-2.htm # ********************************** *********************************************************** ***************************** # # ----------- ---------- Myalbum Rewriterule /Modules/myalbum/index.html $ /Modules/myalbum/index.php # http://gi.2288.org:88/modules/myalbum/index.htm Rewriterule /Modules/myalbum/hit_(.* )/.html $ /Modules/myalbum/topten.php?hit= $1 # http://gi.2288.org:88/modules/myalbum/hit_1.htm Rewriterule / Modules / Myalbum / photo _ (. *) /. html $ /Modules/myalbum/photo.php?lid= $ 1 # http://gi.2288.org:88/modules/myalbum/photo.php?lid=1532 # http: //gi.2288.org:88/modules/myalbum/photo_1532.htm Rewriterule /Modules/myalbum/topic_ (.* )/.html $ /Modules/myalbum/viewcat.php?cid= $ 1 # http: //gi .2288.org: 88 / modules / myalbum / viewcat.php? CID = 48 # http://gi.2288.org:88/modules/myalbum/topic_48.htm shutriterule /modules/myalbum/view(.*) (. *) /. html $ /Modules/myalbum/viewcat.php?num= $ 1&cid= $ 2 # http://gi.2288.org:88/modules/myalbum/View2-2.htm Rewriter Ule /Modules/myalbum/photo(.*)-(.* )/.html $ /Modules/myalbum/photo.php?lid= $ 1&cid= $2 # http://gi.2288.org:88/modules/ Myalbum / photo.php? LID = 914 & CID = 34 # http://gi.2288.org:88/modules/myalbum/photo914-34.htm shutriterule /topic_1.htm?cid=(.* )&num=(.*) ) & orde = (. *) A & POS = (. *) / $ /viewcat.php?cid= $ 1&num= $ 2&orderby= $ 3a&pos=
$ 4 # ********************************************************* *********************************************************** **************** # # ------------------ Ams Rewriterule /Modules/ams/index.html $ / Modules / AMS / INDEX.PHP # http://gi.2288.org:88/modules/Ams/index.htm Rewriterule /Modules/ams/Ams/archive.php # http: // Gi.2288.org:88/modules/ams/archive.htm shutriterule /modules/ams/Article_ (.* )/.html full /Modules/ams/Article.php?storyid= $ 1 # http: //gi.2288 or 罗: = = = =?? $ /Modules/ams/index.php?storytopic= $ 1 # http://gi.2288.org:88/modules/AMS/topic_2.htm shutriterule /modules/ams/archive(.*)-(.* )/ .html $ /Modules/AMS/archive.php?year= $ 1&month= $ 2 # http://gi.2288.org:88/modules/ams/archive2-2.htm # ******** *********************************************************** *********************************************************** ***** # # -------------------- BookList Rewriterule / Modules / Bookl ISTS / INDEX.HTML $ /MODULES / BOOKLISTS/index.php # http://gi.2288.org:88/modules/bookLists/index.htm Rewriterule /Modules/bookLists/faq.html $ / MODULES / BOOKLISTS / FAQ .php://gi.2288.org:88/modules/booklists/faq.htm shutriterule /modules/bookLists/search.html $ /Modules/bookLists/search.php # http://gi.2288.org : 88 / Modules / Booklists / Search.htm Rewriterule /Modules/bookLists/hit_(.* )/.html $ /Modules/bookLists/topten.php?hit= $ 1 # http://gi.2288.org:88/ Modules / BookLists / Hit_1.htm Rewriterule /Modules/bookLists/rate_ (.* )/.html $ /Modules/bookLists/topten.php?rate= $ 1 # http://gi.2288.org:88/modules/bookLists /rate_1.htm shutriterule /modules/bookLists/view(.* )/.html $ /Modules/bookLists/viewcat.php?cid=
$ 1 # http://gi.2288.org:88/modules/bookLists/view2.htm shutriterule /modules/bookLists/book (.* )-(.* )/.html $ /Modules/bookLists/singLink.php? CID = $ 1 & LID = $ 2 # http://gi.2288.org:88/modules/bookLists/book2-2.htm shutriterule /modules/bookLists/viewbook-(.*)/.html $ / MODULES / BOOKLISTS / SINGLINK .php? Lid = $ 1 # http://gi.2288.org:88/modules/bookLists/viewbook-2.htm shutriterule /modules/bookLists/visit (.*)-(.*)book/.html $ / Modules / BookLists / Visit.php? Cid = $ 1 & LID = $ 2 # http://gi.2288.org:88/modules/bookLists/visit.php?cid=8&lid=23 # ******** *********************************************************** *********************************************************** ***** # # ------------------ xphpbbi retwriterule /modules/xphpbbi/index.html full / tydules/xphpbbi/index.php # http: / /GI.2288.org:88/modules/xphpbbi/index.htm shutriterule /modules/xphpbbi/viewForum_ (.* )/.html $ /Modules/xphpbbbi/viewforum.php?f= $1 # http: // gi. 2288.org:88/modules/xphpbbi/viewforum_1.htm shutriterule /Modules/xphpbbi/viewtopic_(.* )/.html $ / modules / xphpbbi / Viewtopic.php? t = $ 1 # http://gi.2288.org:88/modules/xphpbbi/viewtopic_1.htm shutriterule / modules / xphpbbi / viewtopic_post (. *) - (. *) - (. *) - ( * (. *) /. html $ /Modules/xphpbbi/viewtopic.php?t= $1&Start= $ 2&postdays= $ 3&postorder= $ 4&highlight= $5 shutriterule /modules/xphpbbbi/viewtopic_o(.* )/.htm # (. *) $ /Modules/xphpbbi/viewtopic.php?p= $ 1#$ # http://gi.2288.org:88/modules/xphpbbi/viewtopic_o2.htm Rewriterule / modules / XPHPBBI / N- (. *) /. html $ /Modules/xphpbbi/search.php?search_id= $ 1 # http: //gi.2288.org: 88 / modules / xphpbbi / search.php? search_id = newposts shutriterule / modules / xphpbbi / ego- (. *) /. html $ /Modules/xphpbbi/search.php?search_id=
$ 1 # http://gi.2288.org:88/modules/xphpbbi/search.php?search_id=egosearch # http://gi.2288.org:88/modules/xphpbbi/ego-egosearch.htm Rewriterule / Modules / xphpbbi/u-(.* )/.html $ /Modules/xphpbbi/search.php?search_id= $ 1 # http://gi.2288.org:88/modules/xphpbbi/search.php?search_id=unanswered # http://gi.2288.org:88/modules/xphpbbi/u-unanswered.htm shutriterule /modules/xphpbbbi/index_ (.* )/.html full@modules/xphpbbi/index.php?c= $1 # http : //gi.2288.org: 88 / modules / xphpbbi / index.php? c = 3 # http://gi.2288.org:88/modules/xphpbbi/index_3.htm # ******* *********************************************************** *********************************************************** ******* # # -------------------- Newbb Rewriterule /Modules/newbb/index.html $ /Modules/newbb/index.php # http : //gi.2288.org: 88 / Modules / Newbb / Index.htm Rewriterule /Modules/newbb/viewall.html $ /Modules/newbbb/viewall.php # http://gi.2288.org:88/modules /NEWBB/VIEWALL.PHP # http://gi.2288.org:88/modules/newbb/viewall.htm shutriterule /Modules/newbb/post.html $ / module S / newbb / post.php # http://gi.2288.org:88/modules/newbb/post.php # http://gi.2288.org:88/modules/newbb/post.htm Rewriterule / modules /NEWBB/Search.html $ /Modules/newbb/search.php # http://gi.2288.org:88/modules/newb/search.php # http://gi.2288.org:88/modules/ Newbb / search.htm shutriterule /modules/newb/forum_( )/.html $ /Modules/newbbb/viewforum.php?forum=1 # http://gi.2288.org:88/modules/newbb/ViewForum .php? forum = 5 # http://gi.2288.org:88/modules/newb/forum_5.htm shutriterule /modules/newbb/viewtopic_id(.* )-(.*)/.html $ / / MODULES / NewBB /viewtopic.php?topic_id= $ 1&sterum= $2 # http://gi.2288.org:88/modules/newbb/viewtopic.php?topic_id=111&sterum=
5 # http://gi.2288.org:88/modules/newbb/viewtopic_id111-5.htm Rewriterule /Modules/newbb/topic_mode_(.* )-(.html $ / / MODULES /newb/viewtopic.php?viewmode= $ 1&topic_id= $ 2&Forum= $ 3 # http://gi.2288.org:88/modules/newbb/viewtopic.php?viewMode=flat&topic_id=111&ster =5 # http: // gi .2288.org: 88 / modules / newbb / topic_mode_flat-111-5.htm shutriterule /modules/newbb/newtopic_( (.* )-(.* )-(.* )- (. *) /. html $ /Modules/newb/viewforum.php?start= $ 4/3&sortorder= $ 4&sortsince= # http://gi.2288.org:88/modules/ http://gi.2288.org:88/modules/ newbb / viewforum.php? start = 0 & forum = 27 & sortname = p.post_time & sortorder = DESC & sortsince = 100 & type = unread # http://gi.2288.org:88/modules/newbb/newtopic_0-27-p.post_time-DESC-100- Unread.htm shutriterule /modules/newbb/digest_(.* )-( )-(.* )-(.* )/.html $ / modules / newbbb / viewforum. php? start = $ 1 & forum = $ 2 & sortname = $ 3 & sortorder = $ 4 & sortsince = $ 5 & type = $ 6 # http://gi.2288.org:88/modules/newbb/viewforum.php?start=0&forum=27&sortname=p.post_time&sortorder = Desc & sortsince = 100 & t Ype = Digest # http://gi.2288.org:88/modules/newbb/digest_0-27-p.post_time-desc-100-digest.htm RewriteUle /Modules/newbb/unreplied(.* )/.html /Modules/newbbb/viewall.php?type=1 # http://gi.2288.org:88/modules/newbb/Viewall.php?type=unreplied # http://gi.2288.org:88/modules /NEWBB/UNREPLIEDUNREPLIED.HTM REWRITERULE /MODULES/NEWBB/TOPIC_TIME_ (.*)-(.* )-(.* )-() /.html $ / MODULES / NewBB /viewtopic.php?viewMode= $ 1&ographer= $ 2&topic_id= $ 3&sterum= $ 4&move= $5&topic_time=
$ 6 # http://gi.2288.org:88/modules/newbb/viewtopic.php?viewmode=threaded&order=ASC&topic_id=111&forum=5&move=prev&topic_time=1105542643 # http://gi.2288.org:88/modules/ NEWBB / TOPIC_TIME_THREADED-ASC-111-5-Prev-1105542643.htm Rewriterule /Modules/newb/forum-cat_ (.* )/.html $ /Modules/newbb/index.php?cat= $1 # http: //gi .2288.org: 88 / modules / newbb / index.php? Cat = 4 # http://gi.2288.org:88/modules/newbb/forum-cat_4.htm Rewriterule /Modules/newb/newtopic_(.* ) /. html $ /Modules/newb/newtopic.php?forum= $ 1 # http://gi.2288.org:88/modules/newb/newtopic.php?forum=5 # http: //gi.2288. ORG: 88 / MODULES / NEWB / NewTopic_5.htm Rewriterule /Modules/newbb/view-newtopic_( (.* )-( )/.html full /Modules/newbb/viewtopic.php?topic_id= $ 1&Start= $2 # http : //gi.2288.org: 88 / viewtopic.php? Topic_ID = 155 & Start = 0 # http://gi.2288.org:88/modules/newbb/view-newtopic_155-0.htm # ***** *********************************************************** *********************************************************** ******** # # -------------------- IPB REWRITERULE / MODUL ES / IPBOARD / INDEX.HTML $ /MODULES/ipboard/index.php # http://gi.2288.org:88/modules/ipboard/index.htm RewRiterule / Modules / ipboard / showtopic _ (. *) - (. *) /. html $ /Modules/ipboard/index.php?showtopic= $ 1&s= $2 # http://gi.2288.org:88/modules/ipboard/index.php?showtopic=23&s=8d88e79f2ec22ddc5c84d6414bf6c945 # http: //gi.2288.org:88/modules/ipboard/showtopic_23-8d88e79f2ec22ddc5c84d6414bf6c945.htm RewriteRule /modules/ipboard/showforum_(.*)-(.*)/.html$ /modules/ipboard/index.php?showforum= $ 1 & S = $ 2 # http://gi.2288.org:88/modules/ipboard/index.php?showforum=17&s=
8d88e79f2ec22ddc5c84d6414bf6c945 # http://gi.2288.org:88/modules/ipboard/showforum_17-8d88e79f2ec22ddc5c84d6414bf6c945.htm RewriteRule /modules/ipboard/showforum_(.*)/.html$ /modules/ipboard/index.php?showforum=$1 # http://gi.2288.org:88/modules/ipboard/index.php?showforum=14 # http://gi.2288.org:88/modules/ipboard/showforum_14.htm Rewriterule / Modules / IPBoard / Showtopic _ (. *) /. html $ /Modules/ipboard/index.php?showtopic=1 # http://gi.2288.org:88/modules/ipboard/index.php?showtopic=17 # http: // Gi.2288.org:88/modules/ipboard/showtopic_17.htm shutriterule /modules/ipboard/act_(.* )-(.* )/.html $ /Modules/ipboard/index.php?act= $ 1&c= $ 2 # http://gi.2288.org:88/modules/ipboard/index.php?act=sc&c=4 # http://gi.2288.org:88/modules/ipboard/act_sc-4.htm Rewriterule / Modules / IPBoard / Act-i _ (. *) /. html $ /Modules/ipboard/index.php?act= $1 # http://gi.2288.org:88/modules/ipboard/index.php?act= IDX # http://gi.2288.org:88/modules/ipboard/act-i_idx.htm # ------------------ Digest Rewriterule / Modules / Digest / in DEX.html $ /Modules/digest/index.php # http://gi.2288.org:88/modules/digest/index.htm shutriterule /modules/digest/cid_(.* )/.html $ / MODULES / Digest / index.php? category_id = $ 1 # http://gi.2288.org:88/modules/digest/index.php?category_id=2 # http://gi.2288.org:88/modules/digest/ CID_2.htm shutriterule /modules/digest/ud_(.*)-(.* )/.html $ /Modules/digest/index.php?op= $ 1&digest_id= $ 2 # http://gi.2288.org:88 /Modules/digest/index.php?op=update&digest_id=7 # http://gi.2288.org:88/modules/digest/ud_update-7.htm shutriterule /modules/digest/ctId_ (.* )/.html $ /Modules/digest/custom.php?category_id= $1 # http://gi.2288.org:88/modules/digest/custom.php?category_id=
2 # http://gi.2288.org:88/modules/digest/ctid_2.htm shutriterule /modules/digest/u-ccid_(.* )/.html $ /Modules/digest/index.php?digest_id= $ 1 # http://gi.2288.org:88/modules/digest/index.php?digest_id=10#10& # http://gi.2288.org:88/modules/digest/u-ccid_10.htm#10& Rewriterule /Modules/digest/u-cid_(.*)-(.* )/.html $ /Modules/Digest/index.php?op= $ 1&category_id= $2 # http://gi.2288.org:88/ Modules / Digest / Index.php? Op = Update & Category_ID = 4 # http://gi.2288.org:88/modules/digest/u-cid_update-4.htm # *********** *********************************************************** *********************************************************** ** # # -------------------- Wordbook Rewriterule /Modules/Wordbook/index.html full / tyd /wordbook/index.php # http: // gi. 2288.org:88/modules/Wordbook/index.htm Rewriterule /Modules/Wordbook/Letter.html $ /Modules/Wordbook/letter.php # http://gi.2288.org:88/modules/wordbook/letter. HTM Rewriterule /Modules/Wordbook/category.html $ /Modules/Wordbook/category.php # http://gi.2288.org:88/modules/Wordbook/ Category.htm shutbook/category_( (.* )/.html $ /Modules/Wordbook/category.php?categoryid=1 # http://gi.2288.org:88/modules/wordbook/category.php ? categoryid = 1 # http://gi.2288.org:88/modules/wordbook/category_1.htm Rew/LETTER_ (.* )/.html $ /Modules/Wordbook/letter.php?init= $ 1 # http://gi.2288.org:88/modules/wordbook/letter.php?init=b # http://gi.2288.org:88/modules/Wordbook/Letter_b.htm Rewriterule / Modules / Wordbook /entry_(.* )/.html $ /Modules/Wordbook/entry.php?nTryid= $ 1 # http://gi.2288.org:88/modules/wordbook/entry.php?Tryid=
111 # http://gi.2288.org:88/modules/Wordbook/entry_111.htm # ************************************** *********************************************************** ************************** # # -------------- -------- GHDB REWRITERULE /MODULES/GHDB/index.html $ /Modules/ghdb/index.php # http://gi.2288.org:88/modules/ghdb/index.htm Rewriterule / Modules / GHDB / I / MODB/ httmp://gi.2288.org:88/modules/gHDB /LETTER.HTM REWRITERULE /MODULES/GHDB/Category.html $ / MODULES / GHDB / Category.php # http://gi.2288.org:88/modules/ghdb/category.htm shutriterule /modules/ghdb/category_(.* )/.html full@php?categoryID= $ 1 # http://gi.2288.org:88/modules/ghdb/category.php?categoryId=1 # http://gi.2288.org:88/modules/ghdb/category_1.htm Rewriterule / Modules / GHDB / Letter_ (. *) /. html $ /Modules/ghdb/LETTER.PHP?init= $ 1 # http://gi.2288.org:88/modules/ghdb/letter.php?init=b # http: // Gi.2288.org:88/modules/ghdb/LETTER_B.HTM Rewriterule /Modules/ghdb/entry_(.* )/.html $ /Modules/ghdb/entry.php?ntr YID = $ 1 # http://gi.2288.org:88/modules/ghdb/entry.php?Tryid=111 # http://gi.2288.org:88/modules/ghdb/entry_111.htm # - ------------------ WordPress Rewriterule /Modules/WordPress/index.html $ /Modules/WordPress/index.php # http://gi.2288.org:88/ Modules / WordPress / Index.htm Rewriterule /Modules/WordPress/index_ (.* )/.html $ /Modules/WordPress/index.php?p = $ 1 # http://gi.2288.org:88/modules/wordpress /index.php?p=9 # http://gi.2288.org:88/modules/wordpress/index_9.htm Rewriterule /Modules/WordPress/cat_ (.* )/.html full / modules / WordPress / INDEX. PHP? Cat = $ 1 # http://gi.2288.org:88/modules/wordpress/index.php?cat=
1 # http://gi.2288.org:88/modules/wordpress/cat_1.htm shutriterule /modules/wordpress/m_ (.* )/.html full / tydules/wordpress/index.php?m= $ 1 # http : //gi.2288.org: 88 / Modules / WordPress / Index.php? m = 200412 # http://gi.2288.org:88/modules/WordPress/m_200412.htm Rewriterule / Modules / WordPress / Author_ *WordPress/index.php?author= $ 1 # http://gi.2288.org:88/modules/wordpress/index.php?author=1 # http: // gi. 2288.org:88/Modules/WordPress/author_1.htm # *************************************************************** *********************************************************** ******************* # # -------------------- Flashgames RewriteRule /modules/flashgames/index.html$ /modules/flashgames/index.php # http://gi.2288.org:88/modules/flashgames/index.htm RewriteRule /modules/flashgames/highscores.html$ / Modules / flashgames / highscores.php # http://gi.2288.org:88/modules/flashgames/hightscores.htm shutriterule /modules/flashgames/hit_(.* )/.html $ /Modules/flashgames/topten.php Hit = $ 1 # http://gi.2288.org:88/modules/flashgame S / TOPTEN.PHP? Hit = 1 # http://gi.2288.org:88/modules/flashgames/hit_1.htm shutriterule /modules/flashgames/rate_(.* )/.html $ / modules / Flashgames / Topten .php? rate = $ 1 # http://gi.2288.org:88/modules/flashgames/topten.php?rate=1 # http://gi.2288.org:88/modules/flashgames/rate_1.htm Rewriterule /Modules/flashgames/cid_(.* )/.html $ /Modules/flashgames/viewcat.php?cid= $ 1 # http://gi.2288.org:88/modules/flashgames/viewcat.php?cid= 5 # http://gi.2288.org:88/modules/flashgames/cid_5.htm shutriterule /modules/flashgames/lid_ (.* )/.html $ /Modules/flashgames/game.php?lid= $ 1 # http : //gi.2288.org: 88 / Modules / FlashGames / Game.php? LID =
15 # http://gi.2288.org:88/modules/flashgames/lid_15.htm # ***************************** *********************************************************** ************************** # # -------------- -------- Mylinks Rewriterule /Modules/Mylinks/index.html $ /Modules/mylinks/index.php # http://gi.2288.org:88/modules/mylinks/index.htm Rewriterule / Modules /MYLINKS/Submit.html $ /Modules/mylinks/submit.php # http://gi.2288.org:88/modules/mylinks/Submit.htm Rewriterule /Modules/mylinks/hit_(.* )/.html /modules/mylinks/topten.php?hit= $ 1 # http://gi.2288.org:88/modules/mylinks/topten.php?hit=1 # http://gi.2288.org:88/modules /MYLINKS/HIT_1.HTM REWRITERULE /MODULES /MYLINKS/Rate_ (.* )/.html $ /Modules/mylinks/topten.php?rate= $ 1 # http://gi.2288.org:88/modules/mylinks/ Topten.php? rate = 1 # http://gi.2288.org:88/modules/mylinks/rate_1.htm shutriterule /modules/mylinks/cid_(.* )/.html! ? CID = $ 1 # http://gi.2288.org:88/modules/mylinks/viewcat.php?cid=5 # http://gi.2288.org:88/modules/mylinks/ CID_5.htm shutriterule /modules/mylinks/visit_(.*)-(.* )/.html $ /Modules/mylinks/visit.php?cid= $1&lid= $ 200 # http://gi.2288.org:88 / typp?cid=21&lid=14 # http://gi.2288.org:88/modules/mylinks/visit_21-14.htm # ************ *********************************************************** *********************************************************** * # # -------------------- XMline Rewriterule /Modules/xmline/index.html $ /Modules/xmline/index.php # http: //gi.2288 .org: 88 / modules / xmline / index.htm shutriterule /modules/xmline/cid_(.* )/.html $ /Modules/Xmline/index.php?category_id= $1 # http://gi.2288.org: 88 / MODULES / XMLINE / INDEX.PHP? CATEGORY_ID =
2 # http://gi.2288.org:88/modules/xmline/cid_2.htm shutriterule /modules/xmline/o-item_(.* )/.html $ /Modules/xmline/Item.php?digest_id= $ 1 # http://gi.2288.org:88/modules/xmline/Item.php?digest_id=32 # http://gi.2288.org:88/modules/xmline/o-item_32.htm Rewriterule / Modules / XMLINE / D - (. *) - (. *) /. html $ /Modules/xmline/index.php?op= $ 1&digest_id= $ 2 # http://gi.2288.org:88/modules/xmline/index .php? op = 40 # http://gi.2288.org:88/modules/xmline/d-Update-40.htm shutriterule /modules/xmline/c-cid_(.* )/.html $ / Modules / XMline / Custom.php? category_id = $ 1 # http://gi.2288.org:88/modules/xmline/custom.php?category_id=7 # http://gi.2288.org:88/modules/ XMline / C-CID_7.htm shutriterule /modules/Xmline/u-cid_(.* )/.html full / typ-xmline/index.php?digest_id= $ 1 # http://gi.2288.org:88/modules /XMLINE/index.php?digest_id=40#40& # http://gi.2288.org:88/modules/xmline/u-ccid_40#40.htm shutriterule /modules/xmline/ua-cid_ (.*) (. *) /. html $ /Modules/xmline/index.php?op= $ 1&category_id= $ 2 # http://gi.2288.org: 88 / MODULES / XMLINE / UA-CID_UPDATE-4.HTM # ***************************************************** *********************************************************** ******************* # # -------------------- Lykos_syndication ruwriterule /modules/lykos_syndication/index.html !/ndules/lykos_syndication/index.php # http://gi.2288.org:88/modules/lykos_syndication/index.htm # -------------- ---------- Dictionary shutriterule /modules/DICTIONARY/index.html $ /Modules/Dictionary/index.php # http://gi.2288.org:88/modules/Dictionary/index.htm Rewriterule /Modules/Dictionary/Dictionary_(.html $ /Modules/DICtionary/detail.php?id= $ 1 # http://gi.2288.org:88/modules/Dictionary/detail.php?id=
4 # http://gi.2288.org:88/modules/Dictionary/Dictionary_4.htm shutriterule /modules/Dictionary/letter_ (.* )/.html full /Modules/DICTIONRY/LETTER.PHP?LETTER = 1 # http : //gi.2288.org: 88 / Modules / Dictionary / Letter.php? Letter = b # http://gi.2288.org:88/modules/Dictionary/letter_b.htm # ****** *********************************************************** *********************************************************** ******* # # -------------------- T-Techtools Rewriterule /Modules/t-techtools/index.html $ / MODULES / T-Techtools /index.php # http://gi.2288.org:88/modules/t-techtools/index.htm shutriterule /modules/t-techtools/c_(.* )/.html $ / MODULES / T-TechTools / Index.php? OPI = $ 1 # http://gi.2288.org:88/modules/t-techtools/index.php?opi=
HTMLJS # htmljs # http:88/modules/t-techtools/c_htmljs.htm # http://gi.2288.org:88/modules/t-techtools/c_htmlphp.htm # http: // Gi.2288.org:88/modules/t-techtool/c_htmledit.htm # http://gi.2288.org:88/modules/t-techtools/c_htmlperl.htm # http://gi.2288.org: 88 / Modules / T-Techtools / C_TechPop.htm # http://gi.2288.org:88/modules/t-techtools/c_dedupe.htm # http://gi.2288.org:88/modules/T- TECHTOOLS / C_MTAGS.HTM # *********************************************************** *********************************************************** *********** # # -------------------- SiteMap Rewriterule / Modules / SiteMap / Index . http://gi.2288.org:88/modules/sitemap/index.htm # ****************** *********************************************************** ********************************************* # # - ------------------ asciistist/index.html $ /Modules/ASCIIARGTST/index.php # http://gi.2288.org:88/ Modules / asciartist / index.htm # ***************************************************** *********************************************************** ******************* # # ------------------- PageRank Rewriterule / Modules / PageRank /index.html $ /Modules/pageRank/index.php # http://gi.2288.org:88/modules/pageRank/index.htm # **************** *********************************************************** ************************************************* # # -------------------- HzzPy Rewriterule /Modules/hzzpy/index.html $ /Modules/hzzpy/index.php # http://gi.2288.org: 88 / MODULES / HZZPY / INDEX.HTM # ************************************************** *********************************************************** *************** # # ------------------ Liaise Rewriterule / Modules /LIAISE/index.html $ /Modules/liaise/index.php # http://gi.2288.org:
88 / MODULES / LIAISE / INDEX.HTM # ************************************************** *********************************************************** *************** # # ------------------ Gi-Tools Rewriterule /Modules/gi-tools/index.html $ /Modules/gi-tools/index.php # http://gi.2288.org:88/modules/gi-tools/index.htm Rewriterule / Modules / GI-Tools /Gi-tools_pageRank.html $ /Modules/gi-tools/gi-tools_pagerant.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_pageRank.htm Rewriterule / Modules / Gi-Tools /Gi-tools_hzzpy.html $ /Modules/gi-tools/gi-tools_hzzpy.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_hzzpy.htm Rewriterule / Modules / Gi-Tools /Gi-tools_asciiartist.html $ /Modules/gi-tools/gi-tools_asciiartist.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_asciiartist.htm Rewriterule / Modules / Gi-Tools /GI-Tools_GoogleSearch.html$ /modules/GI-Tools/GI-Tools_GoogleSearch.php # http://gi.2288.org:88/modules/GI-Tools/GI-Tools_GoogleSearch.htm RewriteRule / modules / GI-Tools /Gi-tools_calendar.html $ / MODULES / Gi-Tools / Gi-Tools_Calendar.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_calendar.htm Rewriterule /Modules/gi-tools/gi-tools_weather.html $ / MODULES / Gi-Tools / Gi-Tools_Weather.php # http://gi.2288.org:88/modules/gi-tools/gi-tools_weather.php # ***************** *********************************************************** ************************************************* # # -------------------- ODP REWRITERULE /MODULES/XOOPSODP/index.html $ /Modules/xoopsodp/index.php # http://gi.2288.org: 88 / MODULES / XOOPSODP / INDEX.HTM # ************************************************* *********************************************************** *********************** # # -------------------- Other Rewriterule / Search .html $ /Search.php # http://gi.2288.org:
88 / Search.htm # ------------------ Google PageRank Rewriterule /Modules/google_cheat/index_( (.*) /.html $ / MODULES / Google_Cheat / PageRank_ $ 1 .php # -------------------- Don't define index files in the root directory !!! - such as /index.htm, this is a wrong choice !! ---- --------------- # # **************************************** *********************************************************** *************************** # virtualhost>