Marcin So�tysiak olga.pl wrote: > I have a website with active rootpage and a directry with some images in > filesystem (within a DocumnetRoot). Every request of > http:/www.site.com/images/blabla.gif gives me an output from rootpage > (with some errors as 'image' and 'blabla.gif' are not valid arguments). > > Is there a way to access real filesystem under DocumentRoot when > rootpage is active? Or where did I go wrong?
As Piotras noted you can force it by creating static pages which do nothing. > I thougt files in filesystem are served before midgard content... mmp does. Apache has a built-in 'handle from docroot' handler and it is hardwired in Apache to be called last, so serving files before Midgard urls actually takes more work than Midgard before files. But I've found it to be annoying too, hence the change in mmp. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
