• Resolved tomara83

    (@tomara83)


    I run my site on WAMP, updated PHP to 7.4.16 and WordPress to latest, and after that:

    <!DOCTYPE html>
    <html>
    <head>
    <title>Redirecting…</title>
    <meta http-equiv=”refresh” content=”0;url=http://localhost/wordpress”>
    </head>
    <body>
    <script type=”text/javascript”>
    window.location = “http://localhost/wordpress&#8221;;
    </script>

    <p>You are being redirected to http://localhost/wordpress</p>
    </body>
    </html>`

Viewing 1 replies (of 1 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @tomara83,

    where is the index.php coming from? Simply Static does not use any PHP files within the static export, just HTML/JS/CSS and image files.

    Your setup is a bit tricky as well, as you are using a local environment and WordPress installed in a subdirectory.

Viewing 1 replies (of 1 total)

The topic ‘index.php redirects to localhost’ is closed to new replies.