Hello,
I'm building a site using symfony php framework.
I have a link in my page which leads to page X :
<a href="/X">test</a>
well, the problem is, under my development environment, the link works and the link points to
http://localhost/web/frontend%5Fdev.php/X
but when Im using the production page (index.php) the link turns out to point to :
when it should point to :
any ideas what the problem is ?
thanks!