StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-04-2009, 04:55 PM
Mad Jack Mad Jack is offline
Registered User
Pro Plus Member
 
Join Date: Dec 2008
Posts: 76
Default Trouble making site live

Hello, my site is located at http://www.muddguitars.com/wordpress/. When I was coding the site I put it into a sub directory called 'wordpress' so that my old website could still be live while I was working on the new site. I want to make my site live now but I'm having trouble figuring it out.

I moved all of the files wordpress files from the sub directory into the root directory, but it just gives me a lot of error messages when it tries to load. I moved all of the files back into the wordpress sub directory, edited the index.php file line to read './wordpress/wp-blog-header.php' and left the index.php in the root directory. The site front page loaded correctly and I thought I'd cracked it, but none of the pages or links worked.

How do I make my site live?

Thanks,
Jack.

Code:
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require('./wordpress/wp-blog-header.php');
?>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you 'go live' with a site? ScanWare General Discussion 1 09-22-2010 06:46 PM
How do I make my site live? crcwilson General Discussion 5 11-16-2009 12:21 AM
Test Site to Live Site Manualsinc General Discussion 3 06-07-2009 02:38 AM


All times are GMT -5. The time now is 05:12 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.