Page 1 of 1

testing php locally [resolved]

Posted: Mon Jan 29, 2007 5:05 pm
by bobvaz
I have php and apache on a local host using it for testing.....however, I am unable to call a php page from an html program - it seems I always have to change the extension from html to php to make it work. Why is this

Posted: Mon Jan 29, 2007 5:20 pm
by Kieran Huggins
you need to either edit your apache config file or add as .htaccess file to add the file extensions that php processes.

Search for addType and addHandler, there was a topic about this not long ago.

Posted: Mon Jan 29, 2007 10:21 pm
by feyd
Is this thread about Unit Testing?

Posted: Mon Jan 29, 2007 10:26 pm
by Luke
bobvaz, I can understand why you would think this is the appropriate place to post this question, but just for your information (not coming down on you or anything), "testing" in this forum is in reference to Unit Testing.

Not a big deal, I just thought you should know. :)

Posted: Tue Jan 30, 2007 10:19 am
by bobvaz
Thanks to all.....I apologize for the error .