I am trying to install wordpress on ISPConfig, and I am using a shell account for the site to web directory. However when I go to http://server ip/wp-admin/install.php I get the following error: Not Found The requested URL /wp-admin/install.php was not found on this server. What in the world am I missing
Wordpress requires it to access the website were it is installed in the same way you will access it later, otherwise the install fails. So you have to access the site by its domain name and not by IP address. If the domain name does not point to the server yet, then use this FAQ to access the site by domain: http://www.faqforge.com/linux/contr...ess-a-namebased-website-without-a-dns-record/
It was working The solution was working, until I decided to rebuild the the webserver, I used the same name and ip address so the host file didn't need to be updated. Now when I go to www.atlas.(domain name).com/wp-admin/install.php it can't find the file. It's acting like its pointing to the wrong directory even if its not. The only reason I rebuilt the web server was so that there was more disk space allocated to the VM. I can't even get the index page
default When I go to www.atlas.(domain name).com I get the default web page that says the server is running, but has no content