User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Can we pick one web address already?
Page:
 
dbreeze
offline
Link
 
Is the wiki getting updated? What about all the stickied forum FAQs and info link collections....?
Edited by dbreeze on Dec 17, 2013 06:36:31
 
evileyez
Tester
offline
Link
 
Originally posted by Corndog
We have already "chosen" one address, it is http://glb.warriorgeneral.com/


You can set up a rewrite rule to transpose old to new pretty easily
 
dbreeze
offline
Link
 
Originally posted by evileyez
You can set up a rewrite rule to transpose old to new pretty easily


Elaborate? Are you talking about something in the users browser, a method for GLB to update their website, or something else?
Edited by dbreeze on Dec 17, 2013 06:37:01
 
evileyez
Tester
offline
Link
 
Originally posted by dbreeze
Elaborate? Are you talking about something in the users browser, a method for GLB to update their website, or something else?


On GLBs side.
 
evileyez
Tester
offline
Link
 
Something like this for apache though glb uses nginx - still similar concept

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.goallineblitz.com$ [NC]
RewriteRule ^(.*)$ http://glb.warriorgeneral.com/$1 [R=301,L]
 
toobad4u_00
offline
Link
 
Their inexperience made this much harder than it had to be overall. They took a situation, over-thought it and came up with a solution that wasn't elegant or even a real solution.
 
Dr. E
offline
Link
 
I find my issue with this is messages. To answer or look at a link I often have to log into the second address. Not a big issue, it's saved just do it, but then I have to log into the first one again. Still not a big issue, but if I was a new user, I'd go find a different game.
 
Corndog
Admin
offline
Link
 
Originally posted by toobad4u_00
Their inexperience made this much harder than it had to be overall. They took a situation, over-thought it and came up with a solution that wasn't elegant or even a real solution.


Except it was the only solution.

The other "solutions" were either having all future games under the goallineblitz domain, which wouldn't make any sense, or just having the goallineblitz domain redirect to the new one, which would have caused riots from breaking every script.
 
Robbnva
offline
Link
 
Originally posted by Corndog
Except it was the only solution.

The other "solutions" were either having all future games under the goallineblitz domain, which wouldn't make any sense, or just having the goallineblitz domain redirect to the new one, which would have caused riots from breaking every script.


who cares about the scripts? having it redirect is what any internet company would do when they change domain names.
 
.spider.
Lead Mod
offline
Link
 
Originally posted by Corndog
Except it was the only solution.

The other "solutions" were either having all future games under the goallineblitz domain, which wouldn't make any sense, or just having the goallineblitz domain redirect to the new one, which would have caused riots from breaking every script.


yeah i noticed the scripts are broken when i use the glb. address
 
Corndog
Admin
offline
Link
 
Originally posted by Robbnva
who cares about the scripts? having it redirect is what any internet company would do when they change domain names.


The dozens of people that were upset when there was a temporary DNS lapse that affected a relatively small percentage of users a week before the launch.

I mean, we do plan to eventually phase out the old domain and have it redirect to the new one, as mentioned in the thread.
Edited by Corndog on Dec 17, 2013 10:32:27
 
vladykins
offline
Link
 
Originally posted by .spider.
yeah i noticed the scripts are broken when i use the glb. address


LOL- that explains why mine stopped working too.
 
dbreeze
offline
Link
 
Originally posted by Corndog
Except it was the only solution.

The other "solutions" were either having all future games under the goallineblitz domain, which wouldn't make any sense, or just having the goallineblitz domain redirect to the new one, which would have caused riots from breaking every script.


I think most everyone has suffered broken scripts.....and I think most everyone is rioting......

I just went through a server chase episode trying to corral dots in "Players looking for teams".

I say shut goallineblitz.com down if it is being phased out. Just return a redirection page explaining the situation and provide a corrected link for the user to follow to the corresponding warriorgeneral page, and, a correct set of bookmarks to replace old ones with. We must get everyone moved over ASAP if that's where we're eventually going.
Either do something like this to get us out of this hell, or, I guess we all must edit our scripts somehow to cover all the domains... somehow... ...and then again when the move is completed I suspect....

I fear GLB/WG has grossly underestimated the value of the GM scripts to those of us running these teams. I personally cringe at the thought of trying to run a team without many of them. I've edited my scripts and most AI/team stuff is OK now but scouting and recruiting where I may find older links is trouble.
 
evileyez
Tester
offline
Link
 
While not trivial you can also do cross site cookies which would solve the double login situation. I accept it's kinda hacky though which is why the rewrite rule is better.
 
rivergato
offline
Link
 
Originally posted by Corndog
I mean, we do plan to eventually phase out the old domain and have it redirect to the new one, as mentioned in the thread.


eta?
 
Page:
 


You are not logged in. Please log in if you want to post a reply.