handshakemedia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All my formatting disappeared!Forum: Fixing WordPress
In reply to: All my formatting disappeared!Our freakin’ domain expired, and my contact information wasn’t up-to-date. Such a simple problem that gave me SUCH a headache. All is solved. Thanks for your help.
Forum: Fixing WordPress
In reply to: All my formatting disappeared!This is what Media Temple just said to me:
“Please note that troubleshooting WordPress is outside of our scope of support, but I can try to provide limited assistance as a one-time courtesy. Your website is trying to load files from “thehandshakemagazine.com”, which is not being hosted on your (gs) Grid-Service. This is giving 404 not found errors, and causing the problem you are seeing. To fix this, you will need to change your WordPress site and home URL’s from “http://thehandshakemagazine.com” to “http://s123078.gridserver.com”, or optionally “http://thehandshakemagazine.com.s123078.gridserver.com”.”
The thing I don’t get is that “thehandshakemagazine.com” has been hosted on my (gs) Grid-Service for the past year. So what happened to make that change? This is so frustrating.
I’ll try renaming my plugins folder. That is your suggested first step? Thanks.
Forum: Fixing WordPress
In reply to: All my formatting disappeared!You can still see all the content on the website if you go to http://s123078.gridserver.com/. But (as you can see) all my formatting is GONE. Wiped away. Nowhere to be found. Yikes.
Forum: Fixing WordPress
In reply to: All my formatting disappeared!My site is a self-hosted site! I built it using Organic Themes, but now that theme has disappeared, and the site has reverted back to its old ways (when it was a WordPress.com site). How do I get it back to the Structure Premium theme? I can’t even log in! This is terrible. Our readers and contributors are all e-mailing me saying, “WHAT HAPPENED?!?!”
Forum: Fixing WordPress
In reply to: Several people having problems accessing my website.Updating to the latest version of WordPress got rid of the virus, and I’m attempting to download the latest back-up to save it on my hard drive. The problem now is that the back-up won’t unzip. Does that have something to do with the new version of WordPress? I never had a problem unarchiving zip files before.
Forum: Fixing WordPress
In reply to: Several people having problems accessing my website.Thanks everybody. I’m going to start by changing my passwords and updating to the latest version of WordPress. Then move on from there.
Forum: Fixing WordPress
In reply to: Redirect www.domain.com to domain.com.Got it. It worked! Thanks for your help.
Forum: Fixing WordPress
In reply to: Redirect www.domain.com to domain.com.Oh. Wait. This is already in my .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
What’s going on there?
Forum: Fixing WordPress
In reply to: Redirect www.domain.com to domain.com.Awesome. Before [# BEGIN WordPress] ?
Or after?
Forum: Fixing WordPress
In reply to: Redirect www.domain.com to domain.com.Hey there. Whether this link will do the trick or not all depends:
Is it telling me that all I have to do is the following:
1. Open .htaccess in my root directory.
2. Drop in this:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^(.*) http://%1/$1 [R=301,L]3. Save and re-upload .htaccess.
Poof? Done? Where do I put that code in .htaccess? Anywhere?
Thanks!