hi guys,
i have this .htaccess file on my linux/apache1.3.20 server:
<Location /s>
ForceType application/x-httpd-php
</Location>
DirectoryIndex index.php3 index.html index.htm index.php
php_value auto_prepend_file /home/meccanica/include/prepend.php
php_value include_path .:/home/meccanica/include/
AddType application/x-httpd-php .php .php3 .html .d
but the server gives me a 500 error...
any idea????
thanks
Giulio