• i have tried to install wordpress on server using ftp client after copying the files it shows following message.

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Web Server at gangaspintex.com

    Then i copied the whole wordpress folder using ftp then again same error is there when ever i login to https://www.gangaspintex.com/wordpress/Index.php/wp-admin/setup-config.php

    Please help what to do.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try downloading a fresh copy of WordPress, deleting the copy you have on your site and re-installing. You may have some corrupted files.

    Thread Starter jain.a

    (@jaina-1)

    i had downloaded wordpress fresh and its not corrupted as it is working fine locally on wamp.

    Looks like Issue with Web Server Configurations.

    First test with a single php page as if everything is working fine.

    Thread Starter jain.a

    (@jaina-1)

    I went on to make a hello.php file which is accessible at https://gangaspintex.com/hello.php
    with the following content

    <html>
    <head>
    <title>PHP Test</title>
    </head>
    <body>
    <?php echo ‘<p>Hello World</p>’; ?>
    </body>
    </html>

    it is working.

    Thread Starter jain.a

    (@jaina-1)

    but wordpress is not working live on above given link

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘not able to install wordpress’ is closed to new replies.