Can WordPress be installed at the root level, if a homepage called index.php already exists?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
migrated from superuser.com Dec 24 '10 at 5:13
|
In theory, you could rename the file and change the rewrite rule accordingly. Assuming you rename it to wp-index.php, it would look something like this:
There are a few references to index.php in the WP source, but they're almost all either in the admin area and used to detect or direct to the dashboard, or explicitly for servers that don't fully support mod_rewrite. |
|||
|
If you're good at PHP programming, you might be able to tweak it so that it can accomodate both Wordpress and the existing content. |
|||
|
|
|
No, Depending on what existing homepage is it can be renamed to another non-conflicting file or migrated to WordPress. |
|||||||||
|