RE: [PHP] shtml & php in the same file?

2002-07-10 Thread John Holmes
> >ending in .php and add the same thing for .shtml. Then, both will be > >parsed by PHP first. > > But then will it be parsed by SSI second, as we would like? Doesn't seem > to... If you're using PHP, you don't need SSI. PHP can do whatever you are doing in SSI. ---John Holmes... -- PHP Ge

Re: [PHP] shtml & php in the same file?

2002-07-09 Thread Joshua Alexander
There are people who don't use Apache??? ;) >ending in .php and add the same thing for .shtml. Then, both will be >parsed by PHP first. But then will it be parsed by SSI second, as we would like? Doesn't seem to... -Josh -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] shtml & php in the same file?

2002-07-09 Thread Chris Shiflett
Joshua Alexander wrote: > So I was trying to get the server to treat shtml files as both > server-parsed and as php scripts. Not working too well. ;) > > Anyone have any ideas? We'd need to know more about your setup, but if you're using Apache, you should be able to edit your httpd.conf fil