I've just found a solution in the meantime. The rewrite_module was not
loaded by Apache. So I just had to add this line to my httpd.conf:
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
Sorry, if It was a newbie's mistake, and thank you again, Daniel, for
your help.
Bill
--
Yo
tioned it but is this happening for you?
>
> Otherwise, I'd advise to read all the symfony documentation,
> especially the routing chapters. :)
>
> Cheers, Daniel
>
> Sent from my iPhone
>
> On Dec 3, 2009, at 4:57 PM, Bill Berry wrote:
>
> > I forgot t
I forgot to mention explicitly that these faulty links are created by
the function url_for(). I also tried with function link_to() and got
the same result.
Bill
--
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email
Hi all,
I'm currently going through the jobeet tutorial and at the end of day
4 when checking the behavior of the job module in both environments
dev (http://jobeet.localhost/frontend_dev.php/job) and prod (http://
jobeet.localhost/index.php/job), I noticed that my links were not good
in prod envir