• Resolved theincrediblebob

    (@theincrediblebob)


    Hey everyone! I’m new to this. What I want to accomplish is use WordPress in place of my existing site. Meaning, when users link to —-.com it will come up as wordpress similar to other sites I have seen, instead of having to change all my links to index.php. How can I make this happen?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andi Saleh

    (@bindanaku)

    Depends on where you installed your WP, I guess.
    If you have WP installed in your root directory, meaning index.htm and index.php is on the same directory, just rename index.htm to something like index-old.htm and index.php will be called by default.
    If you have WP installed on another directory/subdirectory, you would want to redirect your index.htm to your WP directory.

    Thread Starter theincrediblebob

    (@theincrediblebob)

    I plan on installing it in the root folder once I have it set the way I want it. So when people enter mywebsite.com it will automatically call up the index.php file?

    Andi Saleh

    (@bindanaku)

    Yup.

    Thread Starter theincrediblebob

    (@theincrediblebob)

    Excellent. Thanks a ton.

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