Posted by Tony Wainwright on 02/13/06 21:26
I have the
"noone" <noone@nowhere.com> wrote in message
news:QrqHf.27273$Jd.12444@newssvr25.news.prodigy.net...
> 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.
I have the AddType line in httpd.conf. Where and how do I include mod_php?
Tony
Navigation:
[Reply to this message]
|