I am still learning about .htaccess files - what you suggested could be useful
to me.
The approach I have taken is to use the auto_prepend feature, namely
php_value auto_prepend_file "/path/to/autoprepend.php"
This is then a single hook, and the contents of autoprepend.php
can then be as comple
making them relative is probably the best option
for portability and maintainability...
that way, you can change the underlying directory
structure and not have to change any of the actual
code... it's great if you ever have to change
servers, or if the directory structure undergoes
any structura
2 matches
Mail list logo