Re: [symfony-users] Re: practical symfony guide 1.4 routing (or apache?) question

2010-06-14 Thread Steve Spiller
I had a similar issue - would 404 if I didn't use frontend_dev.php. Turned out that a simple clearing of the cache solved the issue: php symfony clear-cache HTH On 14 June 2010 08:37, Tom Ptacnik wrote: > Look here http://code-launch.com/?p=36 > same problems as you've described > > On 12 čvn,

[symfony-users] Re: practical symfony guide 1.4 routing (or apache?) question

2010-06-14 Thread Tom Ptacnik
Look here http://code-launch.com/?p=36 same problems as you've described On 12 čvn, 11:59, Gábor Fási wrote: > The symptoms you described show otherwise. Try to uncomment the > tags in your .htaccess, if you get an internal server > error, you surely have it disabled. > > Also, even if it is ena

Re: [symfony-users] Re: practical symfony guide 1.4 routing (or apache?) question

2010-06-12 Thread Gábor Fási
The symptoms you described show otherwise. Try to uncomment the tags in your .htaccess, if you get an internal server error, you surely have it disabled. Also, even if it is enabled globally, it may be disabled for your vhost. Check your related config, and look for the AllowOverride directive. I

[symfony-users] Re: practical symfony guide 1.4 routing (or apache?) question

2010-06-11 Thread Marvin Frederickson
I do have it enabled. If I browse to just http://jobeet.artemisu.local/ it works, but when I include the other items in the url (such as when looking up a job, as mentioned in the first email) it does not work. Any other ideas? On Jun 11, 12:55 am, pghoratiu wrote: > Check if you have mod_rewri

[symfony-users] Re: practical symfony guide 1.4 routing (or apache?) question

2010-06-11 Thread pghoratiu
Check if you have mod_rewrite enabled in your apache setup. gabriel On Jun 10, 2:48 am, Marvin Frederickson wrote: > I'm up to day 5 (page 69) in the guide.  When I browse > tohttp://jobeet.artemisu.local/the job list comes up fine.  But when I > click on the first job in the list, I get an