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.
Admin->Settings->General->Blog address
Why didn't you just install WP in the root of your domain?
probably an automated installation via cpanel or plesk or whatnot.
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