[symfony-users] Re: url problem

2009-09-10 Thread Falko Richter

thx alot. seems to work

On Thu, Sep 10, 2009 at 2:46 PM, Serkan Koyuncu
 wrote:
> Hi,
> Can you please check settings.yml file.
>
> prod:
>   .settings:
>     no_script_name: on
>
> Turn it off to see backend.php in links.
>
> Regards
> Serkan.
>
>
> 2009/9/10 Falko 
>>
>> hello everyone,
>>
>> i have  a little website running, with both a frontend and backend
>> module. the backend is only generated code to administer the database.
>> I basically used "symfony generate-admin" for all the tables, which is
>> good for now. the problem is, since it is the backend.php all the
>> links from the generated code to edit tables point to /something/
>> edit/... for instance to:
>> http://androidmashup.org/extratype/edit/id_extratype/1
>> but it should point to
>> http://androidmashup.org/backend.php/extratype/edit/id_extratype/1
>> so the backend.php is missing...
>>
>> http://androidmashup.org/backend is missing also, it would be fine if
>> the links are relative to that url as well.
>>
>> what do i need to change, so that the admin module has correct links?
>>
>> thx alot
>>
>> falko
>>
>>
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: url problem

2009-09-10 Thread Serkan Koyuncu
Hi,
Can you please check settings.yml file.

prod:
  .settings:
no_script_name: on

Turn it off to see backend.php in links.

Regards
Serkan.


2009/9/10 Falko 

>
> hello everyone,
>
> i have  a little website running, with both a frontend and backend
> module. the backend is only generated code to administer the database.
> I basically used "symfony generate-admin" for all the tables, which is
> good for now. the problem is, since it is the backend.php all the
> links from the generated code to edit tables point to /something/
> edit/... for instance to:
> http://androidmashup.org/extratype/edit/id_extratype/1
> but it should point to
> http://androidmashup.org/backend.php/extratype/edit/id_extratype/1
> so the backend.php is missing...
>
> http://androidmashup.org/backend is missing also, it would be fine if
> the links are relative to that url as well.
>
> what do i need to change, so that the admin module has correct links?
>
> thx alot
>
> falko
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---