Hi,

I'm relying on double slashes for certain things in my Django app and
it's fine on my maching, but just discovered the hosting environment
is reducing double slashes to single.

Any idea how I can keep them using mod_rewrite? I'm trying something
like

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ ([^ ]+) HTTP/
RewriteRule ^(.*)$ django.fcgi/%1 [QSA,L]

but am getting it wrong obviously.,

There's no condition, I just always want to keep them.

Thanks for ideas.
Igor

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

Reply via email to