Here's my htaccess file:
Code: Select all
php_value auto_prepend_file "/absolute/path/to/prepend.php"
php_value auto_append_file "/absolute/path/to/append.php"
php_flag register_globals ON
AddType application/x-httpd-php .csv .html .php
ErrorDocument 404 /test/error.html
ErrorDocument 403 /test/error.html
DirectoryIndex index.html index.shtml index.php