Title: WordPress as main page?
Last modified: August 19, 2016

---

# WordPress as main page?

 *  [monique2302](https://wordpress.org/support/users/monique2302/)
 * (@monique2302)
 * [18 years ago](https://wordpress.org/support/topic/wordpress-as-main-page/)
 * I’m new to wordpress so I have no idea what I’m doing, but anyways how do I make
   wordpress as my main page? I can only get it to work here .. [http://d-panabaker.org/wordpress](http://d-panabaker.org/wordpress)…
   but I’d like it to work here as my main index page … [http://d-panabaker.org/index.php](http://d-panabaker.org/index.php)
 * Thanks in advance for any help.

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

 *  [Michael Torbert](https://wordpress.org/support/users/hallsofmontezuma/)
 * (@hallsofmontezuma)
 * WordPress Virtuoso
 * [18 years ago](https://wordpress.org/support/topic/wordpress-as-main-page/#post-769153)
 * Admin->Settings->General->Blog address
 *  [Roy](https://wordpress.org/support/users/gangleri/)
 * (@gangleri)
 * [18 years ago](https://wordpress.org/support/topic/wordpress-as-main-page/#post-769158)
 * Why didn’t you just install WP in the root of your domain?
 *  [ivovic](https://wordpress.org/support/users/ivovic/)
 * (@ivovic)
 * [18 years ago](https://wordpress.org/support/topic/wordpress-as-main-page/#post-769191)
 * probably an automated installation via cpanel or plesk or whatnot.
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [18 years ago](https://wordpress.org/support/topic/wordpress-as-main-page/#post-769194)
 * To make WordPress available at [http://d-panabaker.org](http://d-panabaker.org)
   just change in Settings->General, the Blog address (URL) to [http://d-panabaker.org](http://d-panabaker.org)
   and put this index.php file in your web-root folder (it is the same folder that
   contains the blog folder)
 *     ```
       <?php
       /* Short and sweet */
       define('WP_USE_THEMES', true);
       require('./wordpress/wp-blog-header.php');
       ?>
       ```
   
 * Note: leave the WordPress Address (URL) in Settings->General at [http://d-panabaker.org/wordpress](http://d-panabaker.org/wordpress)

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

The topic ‘WordPress as main page?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 5 participants
 * Last reply from: [MichaelH](https://wordpress.org/support/users/michaelh/)
 * Last activity: [18 years ago](https://wordpress.org/support/topic/wordpress-as-main-page/#post-769194)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
