Re: Directory Index

2004-04-24 Thread Gerald Richter
  Hi,     Add a like shown below. This cause Apache to make a redirect to your index file first before Embperl will handle it.   > > > DocumentRoot "/path/to/site"> ServerName test.mydomain.com> DirectoryIndex index.html> > Embperl_AppName embperl_test_mydomain_com> Embperl_Object_Base bas

Directory Index

2004-04-23 Thread Derrick Spell
Does anybody have a clue on this? It would appear that my base.epl is never being executed because the requested file is not found. I've tried tweaking around to get it to work, but to no avail. If I comment out the Embperl handlers, then everything works, so I know my DirectoryIndex directive i

Directory Index

2004-04-22 Thread Derrick Spell
Embperl::Object does not seem to be recognizing my directory index.html files. I have the DirectoryIndex directive set for the VirtualHost, but going to www.mydomain.com gives a 404 Not found. Same thing with www.mydomain.com/products and so on... Is there something I need to set to tell em