Hi everybody, 

So I was trying out some code out of CFDJ also posted at
http://www.sys-con.com/coldfusion/article.cfm?id=388

Basically you take a url like this.   

http://www.yourdomain.com/yourtemplate.cfm?var1=value1&var2=value2

and change it to this.

http://www.yourdomain.com/yourtemplate.cfm/var1/value1/var2/value2

This seemed to work in cold fusion five but not in mx.  All I get is a
Internal Server Error, but nothing that I can see in the log files.
I can on the same server do it with php and html  i.e
http://www.yourdomain.com/yourtemplate.php/var1/value1/var2/value2


-thanks in advance-

Devin Callaway
Westminster College
Information Technology
[EMAIL PROTECTED]
801-832-2002

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to