> Forbidden
> "You don't have permission to access / on this server."
for me problem was in
RewriteRule ^/(.*)$ /mysite.fcgi/$1 [QSA,L]
i changed to
RewriteRule ^(.*)$ mysite.fcgi/$1 [L]
and it worked
--~--~-~--~~~---~--~~
You received this message because you ar
Hello, I'm trying to follow the installation instructions for django on
a Debian sarge apache 1.3/python2.3 installation..
The problem is that in both cases I use the stand alone fcgi server or
the web-server spawned processes I end with this error:
Forbidden
"You don't have permission to access
2 matches
Mail list logo