Title: Moving wordpress / redirecting
Last modified: August 21, 2016

---

# Moving wordpress / redirecting

 *  [badincite](https://wordpress.org/support/users/badincite/)
 * (@badincite)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/moving-wordpress-redirecting/)
 * Having a little trouble getting the the wordpress to redirect to the wp-blog-
   header.php like I normally do. Really all im looking for it it to say chesapeakecontrols.
   com not chesapeakecontrols.com/wp when the first browse to the index file.
 * I have this working fine here with the same code.
    Here [http://radioranchrottweilers.com/](http://radioranchrottweilers.com/)
   and Here [http://aerostaticband.com/](http://aerostaticband.com/)
 * how ever I can get it to work on this site for some reason a little stumped
    
   [http://chesapeakecontrols.com/indexTEST.php](http://chesapeakecontrols.com/indexTEST.php)
 *     ```
       <?php
       /**
        * Front to the WordPress application. This file doesn't do anything, but loads
        * wp-blog-header.php which does and tells WordPress to load the theme.
        *
        * @package WordPress
        */
   
       /**
        * Tells WordPress to load the WordPress theme and output it.
        *
        * @var bool
        */
       define('WP_USE_THEMES', true);
   
       /** Loads the WordPress Environment and Template */
       require( dirname( __FILE__ ) . '/wp/wp-blog-header.php' );
       ```
   

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

 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/moving-wordpress-redirecting/#post-4984160)
 * That may be because you have installed WordPress at at `/wp` (not at the root).
   You may review and follow:
    [http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_install](http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_install)
 *  Thread Starter [badincite](https://wordpress.org/support/users/badincite/)
 * (@badincite)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/moving-wordpress-redirecting/#post-4984181)
 * All my other sites aren’t installed at root and as long I edited the directory
   they display just fine. It just pushes it to the index page and leaves the url
   domainname.com

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

The topic ‘Moving wordpress / redirecting’ is closed to new replies.

## Tags

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

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

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
