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.