I am receiving 404 Not Found error after successfully logging in

The proper phpBB2 functionality relays upon the domain name it is initially configured with. Once you change your domain name and start using it to access the phpBB2, you have to reflect the changes into the phpBB2 settings as well.

Because of the domain name change you will not be able to access the phpBB2 administration area. Therefore, you have to make the change through the phpBB2 database directly.

You should go to your cPanel > phpMyAdmin.

Once phpMyAdmin loads, from the drop-down menu on the left select the phpBB2 database. Once the page refreshes with the database contents, open the SQL tab at the top. In the text field paste the following SQL query:

UPDATE phpbb_config SET server_name = "newdomain.com" WHERE server_name = "olddomain.com";

You have to change "newdomain.com" with the new domain name of your account, and "olddomain.com" with the one you used to use with the account.

Once you are ready, click the GO button to execute the query. If everything goes without errors, the phpBB2 database will be updated and you will be able to use the forum with the new domain name.

You need help with an application? hostlantern is specialized in hosting and supporting more than 200 scripts. Sign up for our web hosting services and let us help you with your application, 24/7!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to configure phpBB Mass Email to comply with the SiteGround e-mail terms of use?

You have to configure your phpBB script to send less than 400 messages per hour and every message...

How to disable PhpBB3 search functionality for guest users?

Often the phpBB3 search functionality is abused by different spam bots. They perform searches as...

I am getting ‘General Error SQL ERROR You have an error in your SQL syntax’ in my phpBB forum.

Usually, this issue is caused by a missing Anonymous user for your forum. Therefore when an...

How to enable RSS in phpBB?

RSS stands for Really Simple Syndication - a web feed format for publishing frequent updates of...

How to protect phpBB2 from spam?

In order to protect your phpBB 2 forum from unwanted messages, you can use the Akismet mod for...