Using Mach II Dashboard with Mod Rewrite

I had an issue where I was creating vanity URL's for an application.  The issue was that when we did this the Mach II Dashboard would no longer work.  Below is what we had in our Apache config file:

RewriteRule ^/([^/\.]+)$ /index.cfm?event=url&url_name=$1 [PT]

After a great deal of trial and error the solution (as usual) was very simple.  We just needed to create an exception ...

 
Read More