> I need to make subdirectory of my docroot tree and I need to > make image directories. If there a way I can eliminate Embperl > from choking on the images in these directories without > reconstructing the httpd.conf file as well?
If you have something like this already in your httpd.conf (for 1.3.x): SetEnv EMBPERL_FILESMATCH "\.(htm|html|epl)$" ... then that should be all you need. If you can't edit the httpd.conf then the only way I can think of to override apache settings is via .htaccess files which, again, relies on the appropriate configuration in the httpd.conf to start with. Don't know whether that helped or not :) Maybe if you described exactly how embperl is "choking" on the image files? -- Andrew O'Brien e: [EMAIL PROTECTED] p: +61 2 9556 0100 f: +61 2 9556 0111 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
