Hi. I'm testing a Pylons app throug cgi.

I have configured clean urls through .htaccess..

In the example above:

h.url_for(controller='manage',action='edit',id=pagina.id)

It generates a link as :

http://localhost/artigos/roda.cgi/manage/edit/11

But I want to strip the roda.cgi!

If I access

http://localhost/artigos/manage/edit/11

How do I tell to Pylons to get rid of the cgi filename?

[]'s
- Walter

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to