.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Space Empires: IV & V (http://forum.shrapnelgames.com/forumdisplay.php?f=20)
-   -   SITE CONVERSION THIS WEEKEND!!! (http://forum.shrapnelgames.com/showthread.php?t=39985)

Gandalf Parker August 18th, 2008 02:31 PM

Re: SITE CONVERSION THIS WEEKEND!!!
 
That will help.

Im always thrown off by the title in the URLs and bookmarks for here also. Intel Forums. I know that its a war-game theme and meant to refer to gathering intelligence, but my old computer background still sees it as the chip maker. Having the Shrapnel logo on each one will help.

Fyron August 18th, 2008 04:10 PM

Re: SITE CONVERSION THIS WEEKEND!!!
 
Quote:

Originally Posted by Mindi (Post 631007)
Oh and Captain Kwok, Richard's workplace has also blocked a bunch of stuff......anything with the name game in it.....sites such as youtube.....even sites such as jibjab, etc. Definitely makes it harder for him to do anything for the site from work, even on his lunch hour/breaks.

One solution would be to set the shrapnelcommunity.com domain up as a virtual host mapped to the same file system location as shrapnelgames.com, rather than a redirection. By doing this, the server will then actually serve the pages from both domains, and people behind vicious firewalls can browse away. Granted, I'm not sure if vbulletin uses relative urls everywhere, or if it uses a domain variable to prefix them, so this may or may not work properly.

Captain Kwok August 18th, 2008 08:59 PM

Re: SITE CONVERSION THIS WEEKEND!!!
 
I've been using a proxy to drop by during the workday. It works ok, but does mean a few extra steps overall. :P

Richard August 18th, 2008 09:02 PM

Re: SITE CONVERSION THIS WEEKEND!!!
 
Quote:

Originally Posted by Fyron (Post 632308)
Quote:

Originally Posted by Mindi (Post 631007)
Oh and Captain Kwok, Richard's workplace has also blocked a bunch of stuff......anything with the name game in it.....sites such as youtube.....even sites such as jibjab, etc. Definitely makes it harder for him to do anything for the site from work, even on his lunch hour/breaks.

One solution would be to set the shrapnelcommunity.com domain up as a virtual host mapped to the same file system location as shrapnelgames.com, rather than a redirection. By doing this, the server will then actually serve the pages from both domains, and people behind vicious firewalls can browse away. Granted, I'm not sure if vbulletin uses relative urls everywhere, or if it uses a domain variable to prefix them, so this may or may not work properly.

shrapnelcommunity.com will go away eventually so that's not an option.

Fyron August 19th, 2008 01:43 AM

Re: SITE CONVERSION THIS WEEKEND!!!
 
Isn't that just inviting spam registrars? There are all sorts of broken links to the domain, and some spider is going to snatch it up...

Richard August 19th, 2008 08:16 AM

Re: SITE CONVERSION THIS WEEKEND!!!
 
Quote:

Originally Posted by Fyron (Post 632408)
Isn't that just inviting spam registrars? There are all sorts of broken links to the domain, and some spider is going to snatch it up...

We'll have it for some time but the plan is to fix the broken links with 301's so the search engine's over the next few months resolve to the new url.

shrapnelcommunity.com was never meant to be a long term solution anyway, it was just a short term solution to a problem with the way our sites were layed out.

Azselendor August 25th, 2008 09:11 PM

Re: SITE CONVERSION THIS WEEKEND!!!
 
Don't let go of shrapnelcommunity.com, in fact hang on it it as it had what, PR 5 with google. That's very hard to come by and makes the domain itself very valuable. Using a 301 redirect will transfer all that page rank to you over the span of 3-12 months (it was a very large forum).

I don't know how you're redirecting it right now (hopefully 301 with it in a different folder). Don't point it directly here yet. Infact, you might want to throw up a mass-302 redirect (moved temporarily) so google doesn't strip you of page rank for broken links and just update it with 301 redirects as you go.

By the way, if you want to have clean URL's (which search engines goes nuts for) all you need to do is add this to your .htaccess file. (oh, hypes act as joiners to the search engine allowing stuff like "our games" to be treated as a signal phrase and not two words). By implmenting this, you won't be able to browse your site offline and you'll need to tweak image paths but it's worth it.

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^Our-Games$ /Our_Games/Our_Games.html


You might want to also add.

rewritecond %{http_host} ^shrapnelgames.com [nc]
rewriterule ^(.*)$ http://www.shrapnelgames.com/$1 [r=301,nc]


as the major search engines treat www.domain.com seperate from domain.com


All times are GMT -4. The time now is 02:15 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.