
07-27-2011, 05:19 AM
|
 |
|
|
Join Date: Aug 2010
Location: Pensacola, FL
Posts: 772
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MrHorror
I've said it once and I'll say it again, the vbulletin question and answer option kills 99.5% of spammers. This is because most spammers are bots. Not real people. So every now and then, you might get the occasional spammer. But atleast they'll be human.
|
I've been saying that too. I have Q&A set up on my site. No spam problems really. I get human spammers but they are rare.
Cloud Flare isn't awesome to me because of spam-prevention though. It's awesome because it's a Content Delivery Network. My host says it has more reach than maxCDN which is what vbSEO uses. I need CloudFlare because for one, I don't live near my server and two, my site won't even load on my moderator's cell phone because she lives overseas. Having a CDN means having a faster site and a better search ranking. My site's ranking went down when my site slowed down. I need this and some other optimization besides mods like dboptimize lite to increase the speed of my site.
--------------- Added [DATE]1311748181[/DATE] at [TIME]1311748181[/TIME] ---------------
Quote:
Originally Posted by KevinL
Yep. You would have to add a 301 redirect from non-www --> www
You can put this in your htaccess:
Code:
RewriteCond %{HTTP_HOST} ^the8thlegion.com$ [NC]
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ http://www.the8thlegion.com/$1 [R=301,L]
That should route it correctly for you.
|
They fixed it awhile ago thank you! I see your host has softalicious. I just now discovered that on my server the other day. I'm mad no one told me. Do you ever get requests from your customers about integration with the free scripts within softalicious? Integration as in, dual-login. Single-sign on kinda deal.
|