spiderbiteman
Forum Replies Created
-
Looks like you have it fixed, but for those with the same error, I’d try making sure the visitor lands on the right page. For example, if your site is starts with www, then a visitor that types in your url without the www may get this error. If your .htaccess file redirects them first, then that error should go away.
For example:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^(www\.yourwebsite\.com)?$
RewriteRule ^(.*)$ http://www.yourwebsite.com/$1 [R=301,L]Hope that helps the next person…
Needs one more bracket –> } at the end or will bomb out.
Also, the only time I received the error was when I have all in one event calendar enabled, turn that off and the error goes away. It’s NOT with all in one event calendar, but instead with Gravity Forms Directory, but the solution jhoffmcd offers solves that problem.
Thanks!
Forum: Plugins
In reply to: [Plugin] Paginated Comments not Google friendly – duplicated contentWorks Great!
As you know, Google just updated the search results and PR. This has worked out great for me and if you check out the Author’s main page you’ll see tons of comments that have been paginated, are recognized by Google and rank well.
Since installing this plugin, Google now recognizes comment pages that are deep, deep within my site.
You say that it generates urls for each page, and yes, it does generate unique urls for each page of comments, but that is not duplicated content; it is pagination.
Pagination allows a post with 1000’s comments to be split into multiple pages with unique titles and urls. Nothing is duplicated, only split up.
Perhaps you can be more specific and provide a website address and example – visit the author page, go to the bottom and send me an email and I’ll take a look at your site.
Enjoy!
Forum: Fixing WordPress
In reply to: WP-Cache Security FlawHello Otto32 and thanks for the fast response, but that doesn’t work.
I have the cache set to be writable and yet it does not work. Only when I use 777 on wp-content does it work.
Any suggestions?
Forum: Everything else WordPress
In reply to: Comments turned off, but comments coming through!I am getting the same thing on my Spider Bite blog.
I have comments turned off right now and still, I’m getting spam waiting for my approval.
I read somewhere you can rename the comment module, is this the solution?
I have received 50 in the last 3 hours! This is out of control.
Thanks for any help!