[EMAIL PROTECTED] wrote:
Hi,
Nested includes don't work as you would expect (well, at least they
don't work as *I* expected :). Given files
/PATH/A
/PATH/DIR/B
/PATH/DIR/C
I believe your goal really is to really refactor includes elsewhere,
in which case we already have a mechanism for this. Includes can
be found in Global or IncludesDir directorys, so if you configure
these setting, they will pick up includes in your search path. See:
http://apache-asp.org/config.html#IncludesDir
In your case you might want to set /PATH/DIR to be part of your IncludesDir.
I think really refactoring of these includes should put them into a path
not browsable from the web, so should be ideally outside your main script
area, not under it.
Could this take care of your issue possibly?
Regards,
Josh
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]