<HTML>
<HEAD>
<TITLE>Disable Promiscuous / Duplicate URLs</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hey guys,<BR>
<BR>
Can you tell me if there is a configuration directive or pragma that will disable the default Interchange behavior that allows multiple URLs to access the same page such as:<BR>
<BR>
<a href="http://demo.icdevgroup.org/i/demo4/aboutus.html">http://demo.icdevgroup.org/i/demo4/aboutus.html</a><BR>
<a href="http://demo.icdevgroup.org/i/demo4/aboutus.htm">http://demo.icdevgroup.org/i/demo4/aboutus.htm</a><BR>
<a href="http://demo.icdevgroup.org/i/demo4/aboutus">http://demo.icdevgroup.org/i/demo4/aboutus</a><BR>
<BR>
I know it can be resolved with an Apache Rewrite rule. I just thought I&#8217;d check if it could be handled directly from within Interchange.<BR>
<BR>
Thanks,<BR>
Cameron</SPAN></FONT>
</BODY>
</HTML>