|
|
|
kanaloa
John C. Derrick |
Posted:
Wed Nov 28, 2007 11:30 am |
|
|
|
Founder
Joined: 09 Mar 2002
Posts: 43414
Location: Columbia, SC
|
| Happy Hammer wrote: |
| 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. |
I stand corrected, you're right. I recognize it now that I see it. That's what it looked like. 
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
kanaloa
John C. Derrick |
Posted:
Wed Nov 28, 2007 1:17 pm |
|
|
|
Founder
Joined: 09 Mar 2002
Posts: 43414
Location: Columbia, SC
|
|
Login issues should now be resolved. Let me know if you all find any errors.
I do know recent.php is down, will work on getting it back up. I'll also get the images on the site updated. They reverted back to turkey-day for some reason.
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
jojo
JoAnn Kosowan |
Posted:
Wed Nov 28, 2007 1:47 pm |
|
|
|
Management Administrative
Joined: 06 May 2002
Posts: 12656
Location: Alberta, Canada
|
|
Thanks John, that link got me here, lol
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
Absolute-Zero
Dan Wright |
Posted:
Wed Nov 28, 2007 2:04 pm |
|
|
|
Respected Member of PROnetworks
Joined: 26 Jun 2004
Posts: 7610
Location: E13 9AZ
|
| kanaloa wrote: |
| Login issues should now be resolved. Let me know if you all find any errors. |
Nice work, John, everything looks fine mate!
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
jbullard
Jason Bullard |
Posted:
Wed Nov 28, 2007 4:37 pm |
|
|
|
Vice President Software
Joined: 06 Jun 2004
Posts: 3233
Location: Utah
|
I am impressed on how fast PRO loads now. I'm on cable but can tell a difference between the old and new server load times. 
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
epec254
|
Posted:
Wed Nov 28, 2007 6:58 pm |
|
|
|
Management Site Technician
Joined: 08 Jul 2002
Posts: 3425
Location: USA
|
The domain got changed in the phpbb config, but the cookie domain didn't. Should have no issues now.
And, yes, it is a mod_rewrite rule that wildcards any domain but www.pronetworks.org and rewrites it.
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
|
Back to top |
|
|
|
|
|