Use .htaccess to redirect non-www to www
This is the code to use in an apache server environment to redirect non-www requests to the www subdomain for your website.
Options -Indexes +FollowSymlinks
RewriteEngine on
RewriteBase /
### Non-www Requests to www Requests ###
RewriteCond %{HTTP_HOST} ^YourDomain\.com [NC]
RewriteRule ^(.*)$ http://www.YourDomain.com/$1 [L,R=301]
Use this to ensure that visitors view your website as [www.YourDomain.com]
DMOZ is a colossal failure
The pride of the directory world, DMOZ was such a favorite that it became Google’s directory, once ranked as well as wikipedia. And what do I see this morning?
It’s back.
A long time client of ours, Coyle Hospitality Group, a reknowned mystery shopping company, is still not listed. I have submitted them over 50 times to this one category. never even heard a peep from an editor.
So I tried again today and get this:
(502) Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request POST /cgi-bin/add.cgi.Reason: Error reading from remote server





