• Hi guys

    I have installed WP successfully and have begun to build me new site in the same directory as my old site. Is there any way of viewing the index.php for testing, but without removing the old index.html for the existing site?

    many thanks in advance
    kind regards
    Collette

Viewing 1 replies (of 1 total)
  • Supposing you installed wp in its own directory like “wordpress” you could for the time being, leave (or put) ‘index.php’ also in that directory and access your wp site through www.mysite.com/wordpress When your done developing, just read this:
    http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory meaning to change some settings and move your índex.php’ to the root of the server , outside of the directory ‘wordpress’ so that it can be accessed through http://www.mysite.com

    Another way could be to change the htaccess (I think) so that index.html is first accessed before index.php
    Use the search for this; I do not know the details for that.
    You would access your wp site through http://www.mysite.com/index.php then of course.

Viewing 1 replies (of 1 total)

The topic ‘testing wordpress site while index.html exists’ is closed to new replies.