kfalcnik
Forum Replies Created
-
Ok, I’ve fixed the issue now so my site works at
http://www.bauerconstruction.com.au/wp/
But I need to know the best way to make this site live at
http://www.bauerconstruction.com.au
Cheers!
Here is my main URL with my holding page
http://www.bauerconstruction.com.au
here is the address with my wordpress
http://www.bauerconstruction.com.au/wp/
but when your looking at my wordpress site, and try and click on a page… you will see what happens.
oh and when I go to ‘Preview’ a page via wordpress, it goes to the holding page in my main directory, which is actually an index.html file… weird! but it will show the URL with a default permalink structure at the end.
Forum: Fixing WordPress
In reply to: I can't change my URLaaaaaaahhhh, nevermind, I worked it out… so much easier to just copy the htaccess file and index.php into the root directory and:
Change the line that says:
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
to the following, using your directory name for the WordPress core files:
require( dirname( __FILE__ ) . ‘/wordpress/wp-blog-header.php’ );That was 3 hours of stress and mucking around!! lesson learnt.