I am using .htaccess files throughout my code directory tree to set
certain directives such as php_value auto_prepend_file
../lib/libmatrix.php

 The problem is, they don't work.

I have this in apache:

<Directory "usr/local/apache/htdocs/realtors/">
Options FollowSymLinks
AllowOverride None
</Directory>

Where realtors is the root directory of my site...how can I get it to work?

Thanks!

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to