I want to be alble to create pages and use the top nav bar to point the WP page I created for a home page to my home URL www.ladesignz.com For instance my word Press url is ladesignz.com/relevant_web_marketing and I want URL www.ladesignz.com to open the Home Page Thanks
No, its just showing the directory, and none of the things have her site. They all need wp-config files or something.
my blog is in the folder relevant_web_marketing I tired to load the files in the public_html directory and they kept timing out and when I tired to install to the root in my web host's v-deck it wouldn't allow - gave me an error message that I had to choose a folder ?
Here's a quick solution. Create a file called index.php and place it in the root directory. Put the following code into index.php: <?php header("Location: http://www.ladesignz.com/relevant_web_marketing"); ?> Code (markup): It will cause anyone who goes to http://www.ladesignz.com to be redirected to http://www.ladesignz.com/relevant_web_marketing Hope that helps. Dan