Page 1 of 1

.httaccess

Posted: Fri Jan 16, 2004 9:04 pm
by Alexia
Can you get .html files scanned by PHP by using a .httaccess file ?

Posted: Fri Jan 16, 2004 9:19 pm
by Gen-ik
It depends what you mean really. Do you want to use PHP to look through an HTML file ?

Posted: Fri Jan 16, 2004 9:23 pm
by Alexia
I want the PHP interpreter to scan .html files like it scans .php files for php code.

Posted: Fri Jan 16, 2004 9:27 pm
by Gen-ik
What's the PHP Interpreter?

Posted: Fri Jan 16, 2004 9:34 pm
by Alexia
huh, what do you mean? lol

Posted: Fri Jan 16, 2004 9:40 pm
by Gen-ik
DOH! I see what you mean now.... you want .html files to act in the same way as PHP files do... basically PHP files but with a .html extension.

Is that correct?

Posted: Fri Jan 16, 2004 10:00 pm
by DuFF

Posted: Fri Jan 16, 2004 10:07 pm
by Alexia
Thanks that did the trick.