• Could anyone tell me more about installing WP CMS on my root directory used in my apache server? What do i Have to do to set up propoerly apache configuration?

    thank you

Viewing 1 replies (of 1 total)
  • Assuming you have Apache installed make sure to instruct Apache to treat index.php as an index file. If you own the server, or have access to the http.conf file, simply modify the DirectoryIndex line in httpd.conf to:
    DirectoryIndex index.html index.htm index.php

    Also might review some of the Resources in Installing WordPress.

Viewing 1 replies (of 1 total)

The topic ‘installing WP with apache localhost’ is closed to new replies.