• So I sent my Host the prepared question…..
    <<<I’m interested in running the open-source WordPress blogging software and I was wondering if

    my account supported the following:
    * PHP 4.2 or greater
    * MySQL 3.23.23 or greater
    * The mod_rewrite Apache module
    >>>>
    And their response was this……
    “”You will need to upload a phpinfo.php script. This script will provide the needed information””
    I looked through the installation documentation but can’t find where it shows how to set that up?? Does anyone know where I can find that info?

    Much appreciated!
    =Dick=

Viewing 15 replies - 1 through 15 (of 19 total)
  • That’s one of the most sorry assed answers I’ve even heard from a host. “Do it yourself”?

    /me shakes head

    Thread Starter dick08

    (@dick08)

    @drmike:
    Yeah, that’s what I thought to……but I’m super n00b at this so I wasn’t sure if it was just some common knowledge in the world of database lingo.

    Run away…run away…

    I do hosting and I contract out my level 1 and 2 support. If I discovered that they were giving answers like that, I would be rather upset.

    I can see why they would be doing so actually. If they have many boxes to manage, it’s very easy to have them at different levels. But it’s a simple manner of logging into the backend and pulling up phpmyadmin to do a lookup.

    It probably took them longer to type that out and it would have taken to do the lookup.

    Although I agree with what everyone else said (what a jerk), phpinfo.ph isn’t *necessarily* a file. Open up Notepad, type in the following:

    <?php echo phpinfo(); ?>

    save it as “phpinfo.php” (be sure to save it as “all files” not, “.txt” and upload it to your server. Then bring it up in your browser. It’ll list all of the PHP info on your server.

    Alternatively, get a better host. I would with a response like that.

    Thread Starter dick08

    (@dick08)

    @doodlebee:
    With or without the “<>’s”??
    Just “?php echo phpinfo(); ?” correct?

    You must have the < >
    Exactly as she has it.

    Thread Starter dick08

    (@dick08)

    Bam! Got it!
    http://www.dicksdwelling.com/phpinfotest.php

    Uhhhhh………now what do I do?

    PHP is 4.3.10
    MySQL is 4.0.18

    I don’t see mod_rewrite though mentioned.

    I’d say no although you can ask them if they’ll activate it.

    *chuckle* Feel free to point them at the phpinfo file to show them that it’s missing. πŸ™‚

    Doesn’t mod_rewrite only have to do with the pretty permalinks? If his host won’t turn it on he could still use the default permalinks.
    I’d be gone if they won’t.

    Agreed but wouldn’t that make it an optional requirement over a required one?

    Truly…I would be outta’ there.

    Think we ought to bring that up in the wp-testers mail list since we’ve been discussing the requirements of wordpress lately there?

    Doesn’t mod_rewrite only have to do with the pretty permalinks?

    Yeah, that’s how we can run on IIS servers.

    If nothing else, can do the “Almost Pretty” Permalinks.

    Agreed but wouldn’t that make it an optional requirement over a required one?

    Yep. Well… it’s required if you want “teh purty.” πŸ™‚

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘What my Host said? Can I install WordPress??’ is closed to new replies.