Forum Moderators: phranque
I need to EXCLUDE the
pinterest url from my rules because pinterest doesn't use WWW.
http://pinterest.com/example/ redirected to
http://www.pinterest.com/example/ [edited by: incrediBILL at 5:57 am (utc) on Jul 3, 2014]
[edit reason] formatting [/edit]
OK, this part:
Their button code for me is (minus the astrisks)
**http://pinterest.com/example/
but REDIRECTING TO:
**http://www.pinterest.com/example/
looks to me like the button is linking TO Pinterest from the OP's domain. It is a paste in code that Pinterest offers so webmasters can give people a simple way to let people pin their content. It links to Pinterest from the OP's domain, therefore the OP's htaccess file isn't what converts it to www, it is pinterest's htaccess. But I could be wrong.
The rules you have here do not rewrite external links so they do not include URLs on other domains. The www. is getting added at pinterest whether they intended that or not.
I still feel this is happening because of what I have in my htaccess file about all non-www's redirecting to www's. No?
...
Does what I have in my htaccess file re non-www's to www's causing the extra loop?
when checking my site with a link validator it indicates "This is a permanent redirect but should be updated/needs to link to final location".