• I am trying to install wordpress into the root directory of my existing website.. It installs great! Works great! The problem is I already have an index.php in my root directory and wordpress seems to need to be named index.php.. I had to delete my existing index.php to have wordpress’s index.php located in my root directory..

    How can I still use my existing index.php while also having wordpress installed in that same directory??

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have this same issue. Did you find a solution?

    Thanks, Gary

    Same problem here. Would be great is a WP pro could reply…

    AG

    Found this while I continued Googling… might not fix everyone’s problem but it fixed mine.

    In .htaccess in your web directory you can define a web file to open before others. Do:

    DirectoryIndex web_file_to_open_before_index.php

    Works nicely.

    AG

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change blog’s index.php to blog.php???’ is closed to new replies.