Hey all,

I'm having trouble conceptualizing something here.

I just installed Helicon ISAPI_Rewrite so I can turn the following URLs...

http://mysite.com/hello

... into this...

http://mysite.com/page.cfm?name=hello


I have the following config set:

RewriteEngine on
#RewriteBase /
RewriteRule ^([^/]+)$ /index.cfm\?name=$1 [NC,L] 


It works well if I uncomment the RewriteBase line, but when I do that every 
other page on the site (that I don't want to rewrite just yet) loses its meta 
base path and can't find css files or any images.

Anyone have experience with this module or a better grasp of regex than me?

Thanks,

Mik



--------
Michael Muller
cell (413) 320-5336
skype: michaelBmuller
http://MontagueWebWorks.com

Information is not knowledge
Knowlege is not wisdom

Eschew Obfuscation



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330092
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to