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 prbo...@gmail.com 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

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 drlob...@gmail.com wrote: Try add rewrite base to your webroot .htacces: RewriteBase /myproject On Nov 9, 3:43 am, Peter Bowen prbo...@gmail.com wrote: Hi, I'm sure the

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

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

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