Is there any way besides ISAPI Filter.
Ketan Patel
G3 Technology Group, LLC
Graphics III Advertising, Inc.
(410)789-7007 or (800)783-1799
"It's Not Creative if it doesn't Sell."
http://www.g3group.com <http://www.g3group.com>
-----Original Message-----
From: Jack Dalaa [mailto:[EMAIL PROTECTED]
Sent: Monday, September 29, 2003 9:52 AM
To: CF-Talk
Subject: Re:SES and URL Rewrite
Download ISAPI Rewrite (www.isapirewrite.com), then use the following
rules in httpd.ini:
[ISAPI_Rewrite]
RepeatLimit 20
# Defend your computer from some worm attacks
RewriteRule (/dyn/.*?)(\?[^/]*)?/([^/]*)/([^/]*)(.+?)?
$1(?2$2&:\?)$3=$4?5$5: [N,I]
RewriteRule /dyn(.+?)/?(\?.*)? $1.cfm$2 [I]
.. You can change the 'dyn' to whatever you want, but that would enable
URL's like:
http://www.abc.com/dyn/info/articleid/34
If you don't include the dyn, all URLs will be picked up by the filter,
which wont work right.
Have fun!
Jack
>Hi,
>I am also looking for something but. I want to know that for
>eg:
>if my URL is:
>
>http://www.abc.com/info.cfm?ArticleID=3043
>
>can I rewrite the URL as
>
>http://www.abc.com/info/ArticleID/3043
>
>If you notice that I replaced info.cfm by info , means I want to remove
the
>file extension.
>Let me know if this is possible, I know in Apache there is something like
>this.
>
>Thanks,
>
>Ketan Patel
>G3 Technology Group, LLC
>Graphics III Advertising, Inc.
>(410)789-7007 or (800)783-1799
>"It's Not Creative if it doesn't Sell."
>http://www.g3group.com <http://www.g3group.com>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

