> I used the syntax below to set Apache module in file
> .htaccess and did not work still, as I wrote some php script
> to print text in an html file and did not do anything yet.
>
> **********************
> AddType application/x-httpd-php4 .html
> **********************
>
> What is the correct way to do this?
In order to have a .htaccess file work, you need to have AllowOverride
set appropriately in the configuration file - it may be off.
Jason
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]