Forum Moderators: coopster

Message Too Old, No Replies

Need help - newbie

         

kazuki

1:55 pm on Feb 22, 2003 (gmt 0)



Hi,

I'm new to php, Is there a script that can generate
an html file ext? not php.

Example something link

[mysite.com...]

Not

[mysite.com...]

Thanks,

Birdman

2:01 pm on Feb 22, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sure, just go into your .htaccess file and add this line:

AddType application/x-httpd-php .php .php3 .phtml .html

Then, all files with .html exts will be parsed for php.