View Single Post
Old 11-29-2011, 11:54 PM   PM User | #1
famerdave
New to the CF scene

 
Join Date: Nov 2011
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
famerdave is an unknown quantity at this point
Question web.config and .htaccess

Hope this is the correct section, but i have the web.config, I need converted to a .htaccess

It seems the site was developed on a coldfusion windows server, and I'm moving it to a CF Linux Server. It was done on IIS6 so the rewrite code the orginally developer did is WAY confusing, and is using like a custom 404 at site_control.cfm

Btw, the Index file just loads site_control.cfm

Code:
<!-- Web.Config Configuration File -->

<configuration>
  <system.web>
    <customErrors mode="On" defaultRedirect="/site_control.cfm"/>
  </system.web>
</configuration>
I'm hoping you can help, and this will fix it.
famerdave is offline   Reply With Quote