Re: [PHP] escape sequences not recognized inside an .html

2001-03-27 Thread Mauricio Junqueira
I've check the other articles and came up with the following: 1- take out the extension, html or php, inside the links in way that I can change from .html to .php and vice-versa without worrie to change all links. 2- and to add the .html to httpd.conf in order to all files to be parsed. Not too b

Re: [PHP] escape sequences not recognized inside an .html

2001-03-27 Thread Jason Stechschulte
On Sat, Mar 24, 2001 at 09:06:36PM -0500, Mauricio Junqueira wrote: > Hi, > I believe I am missing some configuration regarding my apache becouse > I can only get php to work inside a file .php. > If my page extension is .html, nothing happend with the php script; but > just changing from .html

RE: [PHP] escape sequences not recognized inside an .html

2001-03-24 Thread Jack Dempsey
Apache needs to be told what files should be parsed as php. If php is the only one working, then that means you have only php (maybe php3) listed in your apache configuration. If you wanted parse every single html file (which has been discussed in this list before--check the archives) then you wou