[symfony-users] sfDoctrineGuardPlugin/login was not found on this server.

2010-04-22 Thread safa boubekri
hello

i developped  symfony application  i secure my backend with
 sfDoctrineGuardPlugin  firstly it's work normaly  but now i have this
 messag

404 Not Found

The requested URL /login was not found on this server.


Thank you

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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


Re: [symfony-users] sfDoctrineGuardPlugin/login was not found on this server.

2010-04-22 Thread Stéphane
Hi,

Take a look if you have no_script_name set to true, you need mod_rewrite.

Cheers,


Before Printing, Think about Your Environmental Responsibility!
Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale!


On Thu, Apr 22, 2010 at 4:01 PM, safa boubekri boubekri.s...@gmail.comwrote:

 hello

 i developped  symfony application  i secure my backend with
  sfDoctrineGuardPlugin  firstly it's work normaly  but now i have this
  messag

 404 Not Found

 The requested URL /login was not found on this server.


 Thank you


  --
 If you want to report a vulnerability issue on symfony, please send it to
 security at symfony-project.com

 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.comsymfony-users%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en


-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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


Re: [symfony-users] sfDoctrineGuardPlugin/login was not found on this server.

2010-04-22 Thread safa boubekri
 where i find   mod_rewrite?

should explain me more

tahk you

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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


Re: [symfony-users] sfDoctrineGuardPlugin/login was not found on this server.

2010-04-22 Thread Stéphane
It is an apache module to be able to rewrite urls if needed.
Rewritting is declared in .htaccess.

To enable it under linux/debian : a2enmod mod_rewrite

This is explained in the installation instructions afaik

Cheers,


Before Printing, Think about Your Environmental Responsibility!
Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale!


On Thu, Apr 22, 2010 at 4:07 PM, safa boubekri boubekri.s...@gmail.comwrote:

  where i find   mod_rewrite?

 should explain me more

 tahk you

 --
 If you want to report a vulnerability issue on symfony, please send it to
 security at symfony-project.com

 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.comsymfony-users%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en


-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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


Re: [symfony-users] sfDoctrineGuardPlugin/login was not found on this server.

2010-04-22 Thread safa boubekri
 thank  you a lot ;i m   gratefulfor your help


i did'nt enable: LoadModule rewrite_module modules/mod_rewrite.so   in
http.conf

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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