• I am sending this post 2nd time because no one has replied to this post..
    Hello I have got a domain https://superblink.net from one service provider of Plesk. I have done the installation of wordpress properly. Means from creating database, then wp-confing.php. But when I run the wp-admin/install.php or any other php file from wordpress folder. PHP script is not running. It shows encrypted text. Means php files not getting executed.
    I seen does this server supports php files by executing hello php files. Its ok. See here. https://superblink.net/example.php
    I thought access rights were not available for these files. SO, I added read/write/execute permission to one wp php files. And tested it on browser but Till file is not running on browser.

    Actually I have tried installing wordpress on localhost using XAAMP. But why worpress files not running on webserver. I am not getting.. I browsed error log also. But couldn’t find any error.

    Can any one guess where would be the error here.

Viewing 1 replies (of 1 total)
  • I can see a number of errors here.

    The first is that you have sent the same message twice. This is not the way to get help, it is the way to annoy people. If no-one replied to your first post, it probably means that no-one who saw it knows the answer.

    The second error is that you have obviously not installed WordPress correctly. Your index.php file seems to have been replaced with an edited copy of your wp-config.php file, showing the world your database passwords and secret key. You must change the password for this database immediately.

    The third error is your assumption that because this server had PHP installed, you can run it. The server does appear to have PHP installed, but you have signed up for the 3EssentialsHosting Personal Plan, which does not include PHP. You need to upgrade to the Essentials Plan to have PHP enabled on your account.

    Your fourth error is your PHP test. Your test PHP files have only HTML in and therefore display just fine. To test for PHP, put PHP code in:

    <html><body>
    <b>
    <?php echo 'hello world'; ?>
    </b>
    <body>
    </html>

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I activate phps on Plesk’ is closed to new replies.