• Resolved naoki

    (@naokipeter)


    In the static files generated by Simply Static index.php simply contains HTML that redirects the browser to the homepage of my site. This leads to an infinite loop of redirects.

    <!DOCTYPE html> <html> <head> <title>Weiterleiten &hellip;</title> <meta http-equiv="refresh" content="0;url={URL of my homepage}"> </head> <body> <script type="text/javascript"> window.location = "{URL of my homepage}"; </script> <p>Du wirst auf <a href="{URL of my homepage}">{URL of my homepage}</a> weitergeleitet</p> </body> </html>

    I tried setting a different URL in the settings before generating the files, but that has no effect, either.

    What am I missing?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @naokipeter,

    please try it again with version 2.1.2.

    Best regards,
    Patrick

    Thread Starter naoki

    (@naokipeter)

    Thanks @patrickposner,

    Now I get the following critical error when I activate the plugin: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.2.5". You are running 5.6.40

    Unfortunately I can’t upgrade PHP because my theme (no longer maintained) doesn’t support it.

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘index.php redirects to itself’ is closed to new replies.