|
|
|
gries818
|
Posted:
Wed Nov 28, 2007 9:13 am |
|
|
|
Respected Member of PROnetworks
Joined: 07 Jul 2004
Posts: 6545
|
| Happy Hammer wrote: |
I'm having MAJOR problems staying logged in. Looking at the level of contributions overnight I'd guess others are in the same boat?
Flushed DNS settings, cleared all cookies, tried the site using just the IP address and even tried installing a completely new browser, still having the same problems.
Not sure if it has anything to do with it but the host name of the site is different since the switch over. Originally it was pronetworks.org and now the hyphen has gone so it's pronetworks.org, all one word. Could be causing problems with the log in cookies?
Edit - It would appear that if you use any of the buttons that have the pronetworks.org address hard coded in then you get logged back out. If you just navigate the forums using the links within the phpbb template you're fine. |
Yeah, I've been having some problems staying logged it too. Any link that is http//www.pro-networks.org/ has some problems.
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
jaelanicu
|
Posted:
Wed Nov 28, 2007 10:13 am |
|
|
|
PRO Level 9
Joined: 11 Aug 2004
Posts: 383
Location: Indonesia
|
|
|
Back to top
|
|
|
|
kanaloa
John C. Derrick |
Posted:
Wed Nov 28, 2007 10:16 am |
|
|
|
Founder
Joined: 09 Mar 2002
Posts: 43393
Location: Columbia, SC
|
|
It's the domain, you all are right. The forum/site is hard coded using the domain with a "-" and we've changed the primary domain to now be the "pronetworks.org" without the dash.
So I suspect that's a major issue. I've contacted Eric on this and we'll sort it out ASAP I hope.
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
jaelanicu
|
Posted:
Wed Nov 28, 2007 10:36 am |
|
|
|
PRO Level 9
Joined: 11 Aug 2004
Posts: 383
Location: Indonesia
|
Great.
Both pronetworks.org and pronetworks.org are already set to the new host.
I didn't even realize I was already using the new host the whole day. 
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
kanaloa
John C. Derrick |
Posted:
Wed Nov 28, 2007 10:38 am |
|
|
|
Founder
Joined: 09 Mar 2002
Posts: 43393
Location: Columbia, SC
|
|
What do you all think honestly about switching to the new domain without the "-"
Worth the trouble of updating all our links? I like it without the "-" but I just can't help but wonder if anyone else will really care that much.
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
jbullard
Jason Bullard |
Posted:
Wed Nov 28, 2007 10:45 am |
|
|
|
Vice President Software
Joined: 06 Jun 2004
Posts: 3233
Location: Utah
|
|
I always screw it up because I use pronetworks.org. But it really doesn't matter because it will all points to the same place.
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
Absolute-Zero
Dan Wright |
Posted:
Wed Nov 28, 2007 10:46 am |
|
|
|
Respected Member of PROnetworks
Joined: 26 Jun 2004
Posts: 7603
Location: E13 9AZ
|
|
It seems 'cleaner' without the hyphen, to be honest, but whether most people would notice, I'm not too sure. The server converts pronetworks.org to pronetworks.org when you click on it anyway (mod_rewrite, I would guess) so most people wouldn't even realise, it's just the stuff to do with cookies and the sid values thats causing problems.
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
kanaloa
John C. Derrick |
Posted:
Wed Nov 28, 2007 11:04 am |
|
|
|
Founder
Joined: 09 Mar 2002
Posts: 43393
Location: Columbia, SC
|
|
I'll just update my hard links when I can get onto the new server then.
I think he actually has apache doing it, the routing I mean. I do a similar thing with Apache at HSO, by changing anything that ends in ".php" to be ".html"
I wish I knew more about how all that works... I find it fascinating.
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
Absolute-Zero
Dan Wright |
Posted:
Wed Nov 28, 2007 11:17 am |
|
|
|
Respected Member of PROnetworks
Joined: 26 Jun 2004
Posts: 7603
Location: E13 9AZ
|
| kanaloa wrote: |
| I wish I knew more about how all that works... I find it fascinating. |
It's, most likely, the Apache mod_rewrite module. It uses regular expressions to change values from one thing to another. So your rule for converting php extensions to html would read something like...
| Code: |
| RewriteRule ^(.*).php$ (.*).html |
Meaning anything that ends in .php will be converted into .html.
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
jaelanicu
|
Posted:
Wed Nov 28, 2007 11:25 am |
|
|
|
PRO Level 9
Joined: 11 Aug 2004
Posts: 383
Location: Indonesia
|
|
It's better to leave the "-" out.
Most people who know PROnetworks for the first time would most likely to use "pronetworks" rather than "pro-networks" when trying to guess the website URL.
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
|
Back to top |
|
|
|
|
|