Re: I think I've got a routing problem - welcome page is perfect but app is broken

2009-11-09 Thread Dr. Loboto
RewriteEngine on RewriteBase /myproject RewriteRule^$webroot/[L] RewriteRule(.*) webroot/$1[L] And don't forget to restart Apache after change of httpd.conf Also make sure that you edit right httpd.conf (at least with php.ini on Win XAMP it is common mista

Re: I think I've got a routing problem - welcome page is perfect but app is broken

2009-11-09 Thread Peter Bowen
Thanks but it didn't help. I'm desperate enough to start looking at Code Igniter :( On Nov 9, 3:21 pm, "Dr. Loboto" wrote: > Try add rewrite base to your webroot .htacces: > RewriteBase /myproject > > On Nov 9, 3:43 am, Peter Bowen wrote: > > > Hi, > > > I'm sure the routing is messed up somewh

Re: I think I've got a routing problem - welcome page is perfect but app is broken

2009-11-09 Thread Dr. Loboto
Try add rewrite base to your webroot .htacces: RewriteBase /myproject On Nov 9, 3:43 am, Peter Bowen wrote: > Hi, > > I'm sure the routing is messed up somewhere and I'd appreciate some > help (8 hours of googling and experimenting and I'd be about ready to > tear my hair out if I wasn't already

I think I've got a routing problem - welcome page is perfect but app is broken

2009-11-08 Thread Peter Bowen
Hi, I'm sure the routing is messed up somewhere and I'd appreciate some help (8 hours of googling and experimenting and I'd be about ready to tear my hair out if I wasn't already bald). --setup-- I'm using Mac OSX with XAMPP for development. I've got the project in a subdirectory