dogstartutoring
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site Loading SLOOOOW or Not at AllThanks, all. This seems to have been resolved!
Forum: Fixing WordPress
In reply to: Site Loading SLOOOOW or Not at AllThanks, Arie. I’ll try it.
Here’s the .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
Forum: Fixing WordPress
In reply to: Site Loading SLOOOOW or Not at AllUPDATE: I got in to the admin briefly before it locked up again and removed the multiple audio players from the page that has them. Still having the same issue.
Not sure if this is related. I get this message on the W3 Total Cache panel:
“It appears Page Cache URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.”
Not sure what to do with that.
Forum: Fixing WordPress
In reply to: Site Loading SLOOOOW or Not at AllArie, my other site is with the same host as this one (Dreamhost), so I don’t think that’s it.
Forum: Fixing WordPress
In reply to: Site Loading SLOOOOW or Not at AllHmm…my admin page won’t even load. Any suggestions?