Forum Moderators: phranque
The IP name is still an issue.
I thought the problem might have been a duplicate content issue, but that has been fixed with a 301 redirect for all the names now pointing to just one.
about once every other week, the traffic increases to former amount for a few days, then goes back down the the minimal amount
I had them fix the latter name by moving to a dedicated IP
The IP URL is like this: 24.248.nn.nn/mywebsite.com
# Externally redirect IP hostnames followed by (optional path mywebsite.com, and zero or more consecutive slashes) to canonical hostname, preserving http/https protocol
RewriteCond %{HTTP_HOST} ^24\.248\.nn\.nn
RewriteCond %{SERVER_PORT}s ^(443(s)|[0-9]+s)$
RewriteRule ^(mywebsite\.com)?/*(.*)$ http%2://www.mywebsite.com/$2 [R=301,L]