On Mon. 2012-01-02 at 07:23 AM EST, Bob Kline <bkl...@rksystems.com> wrote:

> So, my .htaccess file looks just like that (with "mysite" replaced
> with the real name of the script). The part I don't understand is the
> slash between the script name and the placeholder $1. The way the
> filesystem syntax works, that slash tells Apache (and indirectly, the
> OS) that mysite.fcgi is a directory name, but it's a file, which
> Apache won't be able to find if it thinks mysite.fcgi is a directory
> in which it's supposed to find the requested resource (whatever's
> plugged in for the "$1" placeholder), hence the "not found" message.
> I'm sure there's a simple piece I'm missing here, but I just don't
> see it.

Apache doesn't quite work that way. If the part before a slash
corresponds to a file, it'll use that file and pass the rest to the
request processor.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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