thespeshulk
New Member
- Messages
- 9
- Reaction score
- 0
- Points
- 0
I am trying to get my common functions file (lets call it foo.php) to auto prepend to each of my pages so I don't have to add an include path to the top of each page. I know it can be done using php_value auto_prepend but I am getting a "500 Internal Server Error" whenever I try to do this.
I am trying to use this line:
php_value auto_prepend_file /path/to/includes/folder/foo.php
I have double checked spelling and have tried it with and without "AddType application/x-httpd-php .php .htm .html"
and "Options +FollowSymlinks"
There might be something I'm missing. Any ideas would help. Thanks in advance
I am trying to use this line:
php_value auto_prepend_file /path/to/includes/folder/foo.php
I have double checked spelling and have tried it with and without "AddType application/x-httpd-php .php .htm .html"
and "Options +FollowSymlinks"
There might be something I'm missing. Any ideas would help. Thanks in advance