Looks like the two URLs point to the same content, but it would be less confusing and an SEO advantage to redirect one to the other.
I.e. going to newsgroup.xnview.com should to redirect the user to forum.xnview.com.
I work at Google and I'm suggesting this because it would improve search rankings as well.
Redirect newsgroup.xnview.com to forum.xnview.com
Re: Redirect newsgroup.xnview.com to forum.xnview.com
Thank you for the heads-up, Dan!
XnTriq ([url=http://newsgroup.xnview.com/viewtopic.php?p=82783#p82783]Forum search function bug?[/url]) wrote:As it turns out, Google is indexing pages from newsgroup.xnview.com & forum.xnview.com separately, and the sitesearch parameter doesn't accept multiple domains as input
As a workaround, I added...
... which puts radio buttons for the newsgroup and the forum sub-domain in Google's search form.
- <Param name="domains" value="newsgroup.xnview.com;forum.xnview.com"/>
Re: Redirect newsgroup.xnview.com to forum.xnview.com
Pierre has reactivated URL forwarding (-:
Re: Redirect newsgroup.xnview.com to forum.xnview.com
Odd, since I'm currently ON newsgroup.xnview. (Hell, this thread is the first I've become aware that forum.xnview even exists.)
http://allspark.net/cypherswipe/xnview-redirect.png
http://allspark.net/cypherswipe/xnview-redirect.png
Oh the feuhrer, oh the feuhrer, oh the feuhrer's nipples bonk!
Re: Redirect newsgroup.xnview.com to forum.xnview.com
Hi, Drahken. forum.xnview.com is redirected to newsgroup.xnview.com (not the other way around).Drahken wrote:Odd, since I'm currently ON newsgroup.xnview.
XnTriq wrote:Up until the phpBB update of 2009, …
… forum.xnview.com was redirected to newsgroup.xnview.com via frame forwarding:
- http://web.archive.org/web/200902250538 ... nview.com/
- http://web.archive.org/web/201002171242 ... nview.com/
OVH: How to create a free web redirection?Code: Select all
<html> <head> <title>http://forum.xnview.com/</title> <meta name="generator" content="ORT - Ovh Redirect Technology"> <meta name="url" content="newsgroup.xnview.com"> <meta name="robots" content="all"> </head> <frameset rows="100%,0" frameborder="no" border="0"> <frame name="ORT" src="http://newsgroup.xnview.com/"> <frame name="NONE" src="" scrolling="no" noresize> <noframes> <body><a href="http://newsgroup.xnview.com/">Click here</a><hr></body> </noframes> </frameset> </html>