Mathias GUG wrote:

> I also had to modify my .htaccess, because I had recursion limit
> errors with mod_rewrite. The rules I've added are :
> 
> RewriteRule ^$ /dispatch.fcgi/ [L]
> RewriteCond %{REQUEST_URI} !^/dispatch.fcgi/.*
> RewriteRule ^(.*)$ /dispatch.fcgi/$1 [QSA,L]

Thanks for those, I was also having problems with the rewrite URLS on 
the wiki page.  The above sorted it nicely!

Regards,

Matt.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to