Forum Moderators: open
We have changed the way URLs are displayed within posts. There were several issues with the old system that had to be updated.
Extensively Long URL Would Result in Display Corruption
In the old style - this url would blow up an entire thread (mouse over and notice the url):
[foo.com...]
It no longer does that.
(They would use the [URL= format with no anchor text. It would effectively make the link invisible.)
So we will move the anchor text to something like the link to prevent hidden/blind urls.
We had a former member do that on several hundred posts.
http://www.pubcon.com [foo.com]
It appears to be a real url, but they have instead used a url as the anchor text to another site. Without mousing over the url, you would never know you were going to a malware site. I suspect several senior members caught virus this way before a tainted url was removed.
Extensively Long URL Would Result in Display Corruption
Hidden Links
Hidden Malware URLs
problem solved.
no extra work to post urls so they show.
no domain echo [domain echo].
no old threads broken.
did i miss anything?
"URLs are cool [w3.org]" [domains are boring]
RewriteRule ^foo [somesite.com...] [R=301,L]
Not that many people know to use "example.com" and the new way just means the forum moderator will need to manually edit every post.
RewriteRule ^foo http://example.com/ [R=301,L]
At present, even using [ code ] tags doesn't help.
RewriteRule ^foo http://somesite.com/ [R=301,L]