Re: [PHP] Re: PHP suexec: html files as PHP.

2003-07-30 Thread Joan McGalliard
On Tuesday, July 29, 2003, at 01:43 PM, erythros wrote:

it depends on what webserver your provider is running. all they have 
to do
is add .html to the list of files parsed by php.
Thanks!  this was enough to get them to fix the problem.

Just to explain the back story.  I had a website, that was all in html, 
and heavily indexed by google.  It was generated from templates by 
python, but then I discovered php, and rebuilt my site with the same 
URLs but using PHP.  Then without notice, my host changed to PHP 
Suexec, which broke a working site.

On Tuesday, July 29, 2003, at 07:06 PM, Curt Zirzow wrote:

In that case I don't understand why you have two versions of the
same file.  I would suggest to dump the .html files and use only
.php.
I copied the html file to index.php, to make sure the problem was file 
type, not something more subtle.

thanks again everyone.

joan

--
Joan McGalliard, UK 
http://www.mcgalliard.org

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: PHP suexec: html files as PHP.

2003-07-29 Thread erythros
it depends on what webserver your provider is running. all they have to do
is add .html to the list of files parsed by php.


Joan McGalliard [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi,

 I'm getting a little desperate here, and running out of places to ask.
 My hosting company changed - without warning - to PHP Suexec, which
 completely broke to sites.  They haven't been able to tell me how to
 fix it, just vague suggestions, and when I ask for detailed
 instructions, they send me a URL that has no connection with my problem.

 So it's pretty simple, I want to know how to get html files parsed as
 PHP files with PHP Suexec on.  IE I want:
 http://www.mcgalliard.org/index.html
 to look  like
 http://www.mcgalliard.org/index.html

 thanks for any help!

 joan
 --
 Joan McGalliard, UK
 http://www.mcgalliard.org




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php