Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: REQUIREMENT OF Forum – WebMaster


chrishajer
Participant

@chrishajer

Your server responds that it DOES support PHP:

(uiserver):u12345678:~ > curl -I www.infotainmentcenter.com
HTTP/1.1 200 OK
Date: Sat, 15 Mar 2008 20:01:32 GMT
Server: Apache
X-Powered-By: PHP/4.4.1

Try putting this into a file and making it accessible at your domain:

<?php
phpinfo();
?>

Save that as info.php and try accessing it http://www.infotainmentcenter.com/info.php . Maybe you will find that the server supports PHP.

If the host does not support PHP, I suggest you get a new host. I have seen forum software that can run with flat files instead of a MySQL database, but none that are done without a scripting language like PHP.

Skip to toolbar