• I added intro page index.html containing flash. The flash forwards to the index.php. Unfortunately when i am clicking on the links it goes again through the index.html and loads the flash again and it should go to index.php /the original index page/

    What is wrong?
    Please help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Putting two index pages in a single directory causes problems. As the wp code does not explicitly say “index.php” the server gives the pages in the order it is told – and that’s usually to deliver the .html page first.
    It is not feasible to redo the wp code to tell it index.php everytime.
    You will have to look around for other solutions, possibly cookie-based, or move directories.

    Thread Starter dankofff

    (@dankofff)

    Thanks, podz!
    I will be grateful if someone have a solution for this problem

    You could move your blog in to a folder

    \index.html
    \blog\index.php

    This is the simple method and would be the least complicated . hope this helps

    hail hail

    You could move your blog in to a folder

    \index.html
    \blog\index.php

    This is the simple method and would be the least complicated . hope this helps

    hail hail

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Intro Page’ is closed to new replies.