• I’ve created a basic index.html page I’d like to have as a front page before entering into my WordPress website. I am not talking about creating a static front page inside of admin. I do not want that. I’ve tried manipulating the htaccess, with success, but any link I’ve created on the index.html page keeps looping back into the index.html page and not into index.php or the main WordPress site.

    Here is my htaccess:

    # BEGIN WordPress
    DirectoryIndex index.html index.php

    # END WordPress

    Is there anyone who can help? Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Why don’t you want a static front page?

    Thread Starter makaiman

    (@makaiman)

    Because I don’t and my client doesn’t. Wants this, leading into the wordpress site:

    https://www.paulsiebert.net/index2.html

    I trust you can help…

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’m just asking why.

    Thread Starter makaiman

    (@makaiman)

    Client’s answer is, “Why not’, that is what I want…” So I’ll do it but curious as to if you can help or anyone. I’m also having problem with the JW Player shortcode plugin working inside of anything other than a “post”. Can’t win here LOL.. Here’s that example:
    https://www.paulsiebert.net/?p=321

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    The right answer is no, that’s not doable. For WordPress to work the default index.php has to be the default that loads and not index.html.

    But using a static WordPress page may work but strictly speaking that’s not what your client wants.

    Thread Starter makaiman

    (@makaiman)

    Wow…. So an initial front Page static is forced to look exactly like the index.php Site or similar and not completely different?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    No, there are no ‘must’ reasons for your front, or any, page to look the same as the site, or similar.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Want an Initial index.html Webpage before leading into main WordPress Website’ is closed to new replies.