chelseytanisha
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: proper .htaccess code for 301 redirect?Anyone?
Forum: Fixing WordPress
In reply to: proper .htaccess code for 301 redirect?I’ve just updated the code to only have:
#Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ https://www.newsite.COM/$1 [R=301,L]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
and now my old domain links to an Internal Server Error
Forum: Plugins
In reply to: [AdPush] Users can not write a comment when plugin enableI just had this problem as well, after testing out different options, the comments would submit to a blank white screen when the ad placement was below the comment form. After moving it to both single post and home page option, the comments are able to publish while still having ads displayed.
Forum: Fixing WordPress
In reply to: Comments won't submit, white space insteadUpdate**
It looks like it was the Google AdSense plugin causing the issue, unfortunately. Glad it’s fixed now, but that was one of the plugins I was hoping wouldn’t have to go.
Thanks all for the help.
Forum: Fixing WordPress
In reply to: Comments won't submit, white space insteadI’ve tried both options in the common wordpress errors, but changing my theme to the default didn’t solve the issue. ;/
Forum: Fixing WordPress
In reply to: Comments won't submit, white space insteadThanks for the tips, guys. I just tried deactivating my plugins (starting with W3 and Contact Form) but still no luck.
I was receiving comments earlier in the day, so I’m not too sure what caused the issue to start.
Forum: Fixing WordPress
In reply to: Comments won't submit, white space instead**Update**
I’m able to reply to comments from my WP Dashboard screen where the ‘recent comments’ are and they show up on my blog, but am still greeted with the white screen if I try to comment directly on my blog.
I’ve tried using different browsers and logging out to leave a comment as well, but still no luck.