htaccess - making DirectoryIndex and AcceptPathInfo work together
I have an .htaccess file which contains the following
Code:
AcceptPathInfo On
Options +ExecCGI
AddHandler cgi-script py
DirectoryIndex kbmlsLoader.py
When I point my browser (on my desktop)
to http://localhost/kbmls, kbmlsLoader.py is executed.
But when I point my browser to http://localhost/kbmls/controlpanel,
I get a a "broken link" message from google-chrome, and I find
the following error message How do I get the DirectoryIndex and AcceptPathinfo directives to
work together?
What else or what additional do I need to do?
NOTE: I want to accomplish this via .htaccess alone without relying on and
system-wide configurations.
thanks
tim
Programmer since 1987. Web developer since 1996.
Python, C/C++, javascript, rebol, lisp.
Bookmarks