993c4s
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Broke my own site when moving directoryThank you both for your help. I wish I could tell you I know why, but the site is back up.
Kmessinger, i’m thinking you might have been right from the beginning that it really was a hosting issue. I put in a ticket (haven’t heard back yet), but outside of that I haven’t done anything else.
So, for whatever reason, I can now get to my blog at http://www.campliving.com
Once again I appreciate the input from both of you.
John
Forum: Installing WordPress
In reply to: Broke my own site when moving directoryYes, but I’ve since deleted. I can put it back in, but it is not updating. what should it look like from a code standpoint?
As a side note. I do not have an htaccess file in the root directory of any of my other blogs.
Forum: Installing WordPress
In reply to: Broke my own site when moving directoryMoshu,
Thanks. However,
As you can see, I did finish the instructions
The index file reads
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wordpress/wp-blog-header.php’);
?>However, I can’t access any URL at all. Any thoughts?
Forum: Installing WordPress
In reply to: Broke my own site when moving directoryThanks for all the help. I have put in a support ticket with GoDaddy. I can still ftp.
Do you have any idea what file gets updated when you change the address of the Blog URL in the admin folder.
Maybe I can manually edit that?
Forum: Installing WordPress
In reply to: Broke my own site when moving directoryOkay, my WordPress aplication was originally installed at
campliving.com/wordpress and running fine for months. I decided I wanted to leave the application where it was but change it so that the campliving.com was the root directory for the blog. So…
All I did was follow the instructions in the link that I started this post with.
when I clicked on update I immediately received the Server Error I referenced.
The index file at the root level reads:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wordpress/wp-blog-header.php’);
?>Should I delete the index file in the campliving/wordpress directory that reads:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>I can’t get to either one.
Forum: Installing WordPress
In reply to: Broke my own site when moving directoryI can see the files (through ftp or through my host GoDaddy), but I don’t understand what it broken or what to change/fix.