View Single Post
  #2 (permalink)  
Old 06-22-2008, 01:43 PM
jweber jweber is offline
Senior Member
 
Join Date: Jun 2008
Location: Florida
Posts: 108
Default

More info is needed. That fact that the default index controller works suggests to me that the problem is not with your rewrite, but that you are not entering the URL correctly to route to your controllers, or that you are naming something incorrectly.

What is your file structure, what are you using as the URL for a controller that does not work, what are you using as the URL for the default index controller, what are you using for the class name of a controller that does not work, etc...
Reply With Quote