PDA

View Full Version : Configuration control (not via htaccess)


robpitt
07-04-2001, 09:29 AM
I can control much via local settings in directory specific .htaccess files.
However editing all these files is getting cumbersome.

Common sense says there ought to be a way for me to make configuration changes global to my site.
If so what is it please?

Thanks,

Rob

PaulKroll
07-04-2001, 12:36 PM
Changing a .htaccess file affects the current directory, and all sub-directories. So global changes only need to be done to the .htaccess file in your web root, /big/dom/xdomain/www/.htaccess

HTH

robpitt
07-04-2001, 01:11 PM
Doh, doh, doh and doh.

Cheers again Paul,


Rob