Skip to:
Content
Pages
Categories
Search
Top
Bottom

REQUIREMENT OF Forum – WebMaster

Viewing 2 replies - 1 through 2 (of 2 total)

  • 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.

    A host that doesn’t support PHP is quite rare… I don’t think I’ve ever seen one.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar