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
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
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.
You must log in to post.