Ghost and phpBB

vinodh

Expert Member
Joined
Jan 11, 2009
Messages
2,979
Reaction score
31
Location
Centurion
I setup a Ghost blog and a phpBB forum using Softaculous. Ghost and phpBB are installed in separate directories. The blog and the forum work fine but accessing the forum is an issue.

If I go to the forum using the expected url http://myblog/forums/ I get a Ghost 404 error. It's like it's looking for that url as if it's part of the Ghost blog. If I go to http://myblog/forums/index.php then I can access the forum no problem.

I contacted Ghost support via Slack but they didn't get very far. I also tried editing the .htaccess file but Ghost support told me that Ghost doesn't use .htaccess

Any ideas?
 
Last edited:
I setup a Ghost blog and a phpBB forum using Softaculous. The blog and the forum work fine but accessing the forum is an issue.

If I go to the forum using the expected url http://myblog/forums/ I get a Ghost 404 error. It's like it's looking for that url as if it's part of the Ghost blog. If I go to http://myblog/forums/index.php then I can access the forum no problem.

I contacted Ghost support via Slack but they didn't get very far. I also tried editing the .htaccess file but Ghost support told me that Ghost doesn't use .htaccess

Any ideas?

In softalicious you where supposed to set the directory otherwise it will use the root one
 
Your web server is most likely not configured to auto locate index.php.

Put an index.htm next to index.php and see if it shows that page when you goto /phpbb/

If it does, you need to update your web servers conf to use index.php as a default
 
Your web server is most likely not configured to auto locate index.php.

Put an index.htm next to index.php and see if it shows that page when you goto /phpbb/

If it does, you need to update your web servers conf to use index.php as a default

I added "DirectoryIndex index.php" to .htaccess and the forum works but Ghost gives a 404 error.
 
Top
Sign up to the MyBroadband newsletter
X