> I am new to all this. Do I still have to muck with .htaccess or
> mod_rewrite to get this to work?
Robert,
That is a good question, and should be addressed in the docs.
Essentially the, the answer is the same as for either of the dispatchers.
You can do without .htaccess and mod_rewrite, which means you are parsing
PATH_INFO right off a cgi script:
/cgi-bin/dispatch.cgi/app/user/edit
There's simply no way around it being a web-server issue if you
want to have a clean URI like:
/app/user/edit
The best we can do is to provide a ".htaccess" file for you, which should need
little or no modification.
Mark
--
http://mark.stosberg.com/blog
##### CGI::Application community mailing list ################
## ##
## To unsubscribe, or change your message delivery options, ##
## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ##
## ##
## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ##
## Wiki: http://cgiapp.erlbaum.net/ ##
## ##
################################################################