Posted by noone on 02/11/06 20:56
Tony Wainwright wrote:
> Hi
>
> PHP 5.0.2
> Apache 2.0.52
> MySQL 4.0.21
> Windows XP SP2
>
> Can I have a web page with the extension .html open a page with a .php
> extension as in
> <html>
> <a href="index.php">Home</a>
> </html>
> Every time I try I am asked if I want to download the file
>
> Thanks
> Tony
>
>
make sure you included mod_php in your apache httpd.conf file and it
includes:
AddType application/x-httpd-php .php .phtml
then stop/restart your server.
[Back to original message]
|