Title: Not found
Last modified: August 18, 2016

---

# Not found

 *  [notifymenow](https://wordpress.org/support/users/notifymenow/)
 * (@notifymenow)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/not-found-2/)
 * Hi folks
    I’ve got the following error. I see that similar errors have been posted
   before but not resolved. I have re-loaded WP and made sure that the directory
   structure is correct(noted as a possible problem) I’ve also thoroughly checked
   my config file for accuracy and extra characters to no avail. I’ve also checked
   via cp on bluehost and all is correct there with the exact connection strings
   with my username and password. I would appreciate any suggestions. ERROR MESSAGE
   The requested URL /blog/wordpress/wp-admin/install.php was not found on this 
   server.
 * Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument
   to handle the request.

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [Nazgul](https://wordpress.org/support/users/nazgul/)
 * (@nazgul)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/not-found-2/#post-404329)
 * Where did you copy the WordPress files. Was it in /blog/wordpress or somewhere
   else?
 * Also, providing us with a link could help us determine what the problem is.
 *  Thread Starter [notifymenow](https://wordpress.org/support/users/notifymenow/)
 * (@notifymenow)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/not-found-2/#post-404343)
 * Hi thanks
 * I copied the files into /public_html/income-enterprise-centre.com/blog/
    and
 * [http://income-enterprise-centre.com/blog/wordpress/wp-admin/install.php](http://income-enterprise-centre.com/blog/wordpress/wp-admin/install.php)
 * produces the error message
    Config is <?php // ** MySQL settings ** // define(‘
   DB_NAME’, ‘incomeen_wordpress’); // The name of the database define(‘DB_USER’,‘
   incomeen_*****’); // Your MySQL username define(‘DB_PASSWORD’, ‘******’); // …
   and password define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to 
   change this value
 * // You can have multiple installations in one database if you give each a unique
   prefix
    $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!
 * // Change this to localize WordPress. A corresponding MO file for the
    // chosen
   language must be installed to wp-includes/languages. // For example, install 
   de.mo to wp-includes/languages and set WPLANG to ‘de’ // to enable German language
   support. define (‘WPLANG’, ”);
 * /* That’s all, stop editing! Happy blogging. */
 * define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.
   php’); ?>
 * cheers
 * John
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/not-found-2/#post-404349)
 * _I copied the files_
 * Do you mean you uploaded the files via FTP? Or…?
 *  [Nazgul](https://wordpress.org/support/users/nazgul/)
 * (@nazgul)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/not-found-2/#post-404353)
 * I think you copied them to the wrong location, because you copied them here:
   
   [http:// income-enterprise-centre.com/income-enterprise-centre.com/blog/wordpress/](http://income-enterprise-centre.com/income-enterprise-centre.com/blog/wordpress/)
 *  Thread Starter [notifymenow](https://wordpress.org/support/users/notifymenow/)
 * (@notifymenow)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/not-found-2/#post-404415)
 * Yes I uploaded the files to a directory (blog) imediately after my site as recommended
   in the installation instructions.
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/not-found-2/#post-404429)
 * Wow. I need to lay down.
 *  [Nazgul](https://wordpress.org/support/users/nazgul/)
 * (@nazgul)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/not-found-2/#post-404457)
 * Only in this case ‘your site’ is the /public_html/ folder.
    Your mixing physical
   and virtual folders here. Try uploading everyting into a /public_html/blog/ folder
   and try again. And only the content from the wordpress folder, not the folder
   itself. (so the blog directory should contain the wp-include and other directories)
 *  Thread Starter [notifymenow](https://wordpress.org/support/users/notifymenow/)
 * (@notifymenow)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/not-found-2/#post-404805)
 * Many thanks for that I’ll start again…………
 *  Thread Starter [notifymenow](https://wordpress.org/support/users/notifymenow/)
 * (@notifymenow)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/not-found-2/#post-404819)
 * OK did all that and it’s now a step further. the error message is now:
    There
   doesn’t seem to be a wp-config.php file. I need this before we can get started.
   Need more help? We got it. You can create a wp-config.php file through a web 
   interface, but this doesn’t work for all server setups. The safest way is to 
   manually create the file. But there is a config file and it is correct and I’m
   obviously pointing at the correct folder so what gives? All answers suggestions
   gratefully received.
 *  [Nazgul](https://wordpress.org/support/users/nazgul/)
 * (@nazgul)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/not-found-2/#post-404822)
 * [http://income-enterprise-centre.com/blog/wp-config.php](http://income-enterprise-centre.com/blog/wp-config.php)
   does not exist, but [http://income-enterprise-centre.com/blog/wp-config-sample.php](http://income-enterprise-centre.com/blog/wp-config-sample.php)
   does.
 * Which translates to /public_html/blog/wp-config.php and /public_html/blog/wp-
   config-sample.php respectively.
 * First of all, you should rename that file to wp-config.php, as per the insttallation
   instructions and edit that file, also as per the installation instructions.
 * Which configuration file did you edit?
 *  Thread Starter [notifymenow](https://wordpress.org/support/users/notifymenow/)
 * (@notifymenow)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/not-found-2/#post-404844)
 * Sorry for delay in response due to family crisis.
 * Many thanks for that. Fresh mind a cup of tea a few minutes and it’s all working.
 * Thank you for your patience with a newbie to all this ftp, blogging etc. Still
   I’m quite chuffed as with help I’ve gone from not having a clue about websites
   to building one learning ftp and now I’ve got my own blog!
 * Thanks again

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Not found’ is closed to new replies.

## Tags

 * [requested](https://wordpress.org/support/topic-tag/requested/)
 * [url](https://wordpress.org/support/topic-tag/url/)

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 11 replies
 * 4 participants
 * Last reply from: [notifymenow](https://wordpress.org/support/users/notifymenow/)
 * Last activity: [19 years, 9 months ago](https://wordpress.org/support/topic/not-found-2/#post-404844)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
