radioray
Member
Posted 7 years ago #
I have WP installed in rayedwards.com/wordpress/... thus my blog's index page defaults to rayedwards.com/wordpress/index.php .
I tried using Base Options and setting my index URL to rayedwards.com/index.php, but that did NOT result in the index page being posted there.
How do I set it up so that the blog is the index page for my site?
Anonymous
Unregistered
Posted 7 years ago #
Will it be also correct to use
<?php include ('wordpress/index.php'); ?>
so that the url showing up on the address bar is still http://rayedwards.com?
I'm not sure, never tried it before. But that's something that can be easy to test and change if it doesn't work right.
It should be sufficient to set your WordPress address to http://rayedwards.com/wordpress and your blog address to http://rayedwards.com (note the lack of anything after that!!)