View Single Post
  #2 (permalink)  
Old 07-11-2008, 05:08 PM
jweber jweber is offline
Senior Member
 
Join Date: Jun 2008
Location: Florida
Posts: 108
Default

If your index.php file is not at the root of your site then define where it is by using the front controller setBaseUrl('/relative/path/fromRoot') method, and rewrite rules accordingly.
Reply With Quote