Strange mod_rewrite behaviour...
Posted: Fri Dec 22, 2006 4:07 pm
I have a rewrite rule (very simple) like this:
and this is placed in the /Events_Calendar directory...
So I type http://www.mysite.com/Events_Calendar/add and it tells me that "ar" controller doesn't exist... where would it be getting "ar" from? The only think I can think of is the end of Calendar, but that makes no sense! This probably isn't enough information, but any advice will help me.
Code: Select all
RewriteEngine On
RewriteRule (.*) /ChicoChamber/index.phpSo I type http://www.mysite.com/Events_Calendar/add and it tells me that "ar" controller doesn't exist... where would it be getting "ar" from? The only think I can think of is the end of Calendar, but that makes no sense! This probably isn't enough information, but any advice will help me.