Remember, you have to make sure that you've got the ISAPI_rewrite module available to you. Your host can tell you if it's installed.
-----Original Message----- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 12:58 PM To: CF-Talk Subject: Re: a sIMPLER url? OK...here's what I've got: In my root folder (www.mysite.com) file: httpd.ini [ISAPI_Rewrite] RewriteRule (.*)/seminar/(.*)/ $1/seminar.cfm?VAR=$2 I try to go to: http://www.mysite.com/seminar/foreign08 .....and I get 404 - not found... Just to check - trying the full address: http://www.mysite.com/seminar.cfm?VAR=foreign08 Yup, that works. This is CF7 running on IIS (not 100% sure what version) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298912 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

