Changed URL broke forums help!

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
Cjk75
Registered User
Posts: 19
Joined: Mon Oct 14, 2024 4:16 am

Changed URL broke forums help!

Post by Cjk75 »

I changed dns entries so i have a new URL. I cant login to phpbb3 to change settings as the ssl cert is on the new URL but the board tries to login using the old. Where can I change settings without being able to access the acl?
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6692
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: Changed URL broke forums help!

Post by thecoalman »

Run this SQL, change the prefix phpbb_ if yours is different.

Code: Select all

UPDATE `phpbb_config` SET `config_value` = '0' WHERE `phpbb_config`.`config_name` = 'force_server_vars'; 
Afterward you may also have to manually delete the contents of cache folder except .htaccess and index.htm.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
Cjk75
Registered User
Posts: 19
Joined: Mon Oct 14, 2024 4:16 am

Re: Changed URL broke forums help!

Post by Cjk75 »

I had to go through the config table and change the url in each field. But it works now.Thank you!

Return to “[3.3.x] Support Forum”