Forums

WordPress as main page? (5 posts)

  1. monique2302
    Member
    Posted 4 years ago #

    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 ...but I'd like it to work here as my main index page ... http://d-panabaker.org/index.php

    Thanks in advance for any help.

  2. Michael Torbert
    WordPress Virtuoso
    Posted 4 years ago #

    Admin->Settings->General->Blog address

  3. Roy
    Member
    Posted 4 years ago #

    Why didn't you just install WP in the root of your domain?

  4. Ivovic
    Member
    Posted 4 years ago #

    probably an automated installation via cpanel or plesk or whatnot.

  5. MichaelH
    Volunteer
    Posted 4 years ago #

    To make WordPress available at http://d-panabaker.org just change in Settings->General, the Blog address (URL) to 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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.