Title: SIte not loading error
Last modified: August 22, 2016

---

# SIte not loading error

 *  [shivashish](https://wordpress.org/support/users/shivashish/)
 * (@shivashish)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/site-not-loading-error/)
 * Dear All,
 * I have just few days purchased domain from godaddy. Then pointed name servers
   to hostgator and also installed and created some pages through word press.
 * However i am unable to see my website [http://www.moneyminders.in…](http://www.moneyminders.in…).
   Further i can see a dull website of mine only at [http://www.moneyminders.in/wp….Further](http://www.moneyminders.in/wp….Further)
   i cant even access admin account at moneyminders.in/wp/wp-admin….
 * I just want to see make [http://www.moneyminders.in](http://www.moneyminders.in)
   work…Please help.
 * THANKU IN ADVANCE…THANKS

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

 *  [geraintp](https://wordpress.org/support/users/geraintp/)
 * (@geraintp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/site-not-loading-error/#post-5665836)
 * By the looks of it you’ve only halfway set up
    [http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory](http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory)
 *  So wordpress is a bit confused… and looking for the theme in the wrong folders..
   it’s also why you cant login…
 * You need to copy the index.php from /wp/ to the above folder. in it you need 
   to change the line
    `require( dirname( __FILE__ ) . '/wp-blog-header.php' );`
   to `require( dirname( __FILE__ ) . '/wp/wp-blog-header.php' );`
 * you need to move your wp-config.php file from the wp folder up one level to where
   you just put the copy of the index.php
 * in your wp-config.php you need to add the lined (best probably just after your
   db config options)
 *     ```
       define('WP_SITEURL', 'http://www.moneyminders.in/wp');
       define('WP_HOME', ' http://www.moneyminders.in');
       ```
   
 * which will overload the values stored in the db that should get you back into
   your website and the homepage loading.
 * You will also have to sort out the .htaccess file but once you can get back in
   visiting the permalinks section in the admin area should re generate it so long
   as wp has write access to the directory you should be ok
 *  Thread Starter [shivashish](https://wordpress.org/support/users/shivashish/)
 * (@shivashish)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/site-not-loading-error/#post-5666030)
 * Thanks man,…..thanku very much…creating my website….

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

The topic ‘SIte not loading error’ is closed to new replies.

## Tags

 * [not publish](https://wordpress.org/support/topic-tag/not-publish/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [shivashish](https://wordpress.org/support/users/shivashish/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/site-not-loading-error/#post-5666030)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
