bbPress

Simple, Fast, Elegant

bbPress support forums » Requests and Feedback

REQUIREMENT OF Forum - WebMaster

(3 posts)
  • Started 3 months ago by aryablues
  • Latest reply from HowToGeek
  1. aryablues
    Member

    Hello,

    I am the webmaster of www.infotainmentcenter.com and we are
    in requirement of FORUM, so, please help us .
    Our system will not support PHP pages .
    So, I would request you to provide me some feedback about this matter
    on how can I embed a forum software.

    Posted 3 months ago #
  2. 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.

    Posted 3 months ago #
  3. A host that doesn't support PHP is quite rare... I don't think I've ever seen one.

    Posted 3 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.