Skip to content

Instantly share code, notes, and snippets.

@rXc3NtR1c
rXc3NtR1c / gist:ce24e8a3667e50993f1c
Created May 20, 2014 05:20
October CMS Web.Config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Imported Rule 1" stopProcessing="true">
<match url="themes/.*/(layouts|pages|partials)/.*.htm" />
<action type="Rewrite" url="index.php" />
</rule>
<rule name="Imported Rule 2" stopProcessing="true">