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 in the rewrite rule so that it would ignore the Mach II Dashboard. So, all that we added to our config file was:
RewriteCond %{REQUEST_URI} !^/MachIIDashboard$
…and voila. Everything is now working.
Hopefully this can help someone and save them some time.
Flickr Gallery
Recent Comments
Kevin says,
use forward slashes rather than back slashes. You would format ...
yiannos says,
very helpfull hint...you saved me a lots of money......
Tony Garcia says,
Hey Kevin,
Just curious -- are you running CF9 in ...
Sami says,
Okay, im somewhat new to macs and I don't know ...
Aaron says,
I got to meet this guy too. Seemed too laid ...