Yes, that's how it was originally. I switched them hoping that would fix it
--
You received this message because you are subscribed to a topic in the Google Groups "ColdFusion on Wheels" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cfwheels/nmzA2i5ZVoQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cfwheels+u...@googlegroups.com.
To post to this group, send email to cfwh...@googlegroups.com.
Visit this group at http://groups.google.com/group/cfwheels.
For more options, visit https://groups.google.com/groups/opt_out.
After you switched them did you remember to reload?
--
You received this message because you are subscribed to a topic in the Google Groups "ColdFusion on Wheels" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cfwheels/nmzA2i5ZVoQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cfwheels+u...@googlegroups.com.
To post to this group, send email to cfwh...@googlegroups.com.
Visit this group at http://groups.google.com/group/cfwheels.
For more options, visit https://groups.google.com/groups/opt_out.
Have you uncomment url rewrote in the web.config file?
--
You received this message because you are subscribed to the Google Groups "ColdFusion on Wheels" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cfwheels+u...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "ColdFusion on Wheels" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cfwheels/nmzA2i5ZVoQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cfwheels+u...@googlegroups.com.
To post to this group, send email to cfwh...@googlegroups.com.
Visit this group at http://groups.google.com/group/cfwheels.
For more options, visit https://groups.google.com/groups/opt_out.
Is your website in the root folder? Or in a folder in your root folder? If it's the latter, you'll have to modify the web.config file to reflect your web structure.
Simon
<configuration><system.webServer><rewrite><rules><rule name="ColdFusion on Wheels URL Rewriting" enabled="true"><match url="^(.*)$" ignoreCase="true" /><conditions logicalGrouping="MatchAll"><add input="{SCRIPT_NAME}" negate="true" pattern="^/myKickAssWebSite/(flex2gateway|jrunscripts|cfide|cfformgateway|railo-context|files|images|javascripts|miscellaneous|stylesheets|fonts|plugins/BlueImp|robots.txt|sitemap.xml|rewrite.cfm)($|/.*$)" /></conditions><action type="Rewrite" url="/myKickAssWebSite/rewrite.cfm/{R:1}" /></rule></rules></rewrite></system.webServer></configuration>
Which cfml engine are you using? Railo, ColdFusion? And version?
Adobe 10
Chris, is your CF 10 server fully updated? All the latest patches/hot fixes installed? If not check this link: http://blogs.coldfusion.com/post.cfm/coldfusion-10-update-1-10-0-1-released, it may be the cause of your problem.
Simon
Thank you... I'll check this out tomorrow