Page 1 of 2
[SOLVED] phpBB expert wanted to fix some built-in links
Posted: Fri Nov 06, 2020 4:13 pm
by guangong
guys,
we found some key and fundamental links are not working well for quite a while and hope some one would help here
Re: phpBB expert wanted to fix some built-in links
Posted: Sat Nov 07, 2020 1:16 am
by whall3y
Probably a routing issue. Have you checked the .htaccess file?
Re: phpBB expert wanted to fix some built-in links
Posted: Sat Nov 07, 2020 5:39 am
by guangong
here you go some piece of the .htaccess under the forum root directory. anything abnormal?
Code: Select all
<IfModule mod_rewrite.c>
RewriteEngine on
#
# Uncomment the statement below if URL rewriting doesn't
# work properly. If you installed phpBB in a subdirectory
# of your site, properly set the argument for the statement.
# e.g.: if your domain is test.com and you installed phpBB
# in http://www.test.com/phpBB/index.php you have to set
# the statement RewriteBase /phpBB/
#
#RewriteBase /
#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
# The following 3 lines will rewrite URLs passed through the front controller
# to not require app.php in the actual URL. In other words, a controller is
# by default accessed at /app.php/my/controller, but can also be accessed at
# /my/controller
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ app.php [QSA,L]
#
# If symbolic links are not already being followed,
# uncomment the line below.
# http://anothersysadmin.wordpress.com/2008/06/10/mod_rewrite-forbidden-403-with-apache-228/
#
#Options +FollowSymLinks
</IfModule>
# Apache content negotation tries to interpret non-existent paths as files if
# MultiViews is enabled. This will however cause issues with paths containg
# dots, e.g. for the cron tasks
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
Re: phpBB expert wanted to fix some built-in links
Posted: Sat Nov 07, 2020 6:36 am
by Renato
Hello Lisheng
the file faq.html was overwritten by the forum main page.

Re: phpBB expert wanted to fix some built-in links
Posted: Sat Nov 07, 2020 7:01 am
by guangong
can you elaborate? I assume you are referring to the result instead of the source code.
also, do you have any idea how to fix it?
Re: phpBB expert wanted to fix some built-in links
Posted: Sat Nov 07, 2020 9:17 am
by Renato
the MMEX phpbb version is 3.3.0 maybe an upgrade to the latest version 3.3.2 will help
https://www.phpbb.com/community/viewtop ... &t=2573416
Re: phpBB expert wanted to fix some built-in links
Posted: Sat Nov 07, 2020 12:37 pm
by guangong
Just performed the upgrade smoothly and nothing changes.
Re: phpBB expert wanted to fix some built-in links
Posted: Sat Nov 07, 2020 2:52 pm
by guangong
if the two links fixed, especially for the
https://forum.moneymanagerex.org/app.php/feed, we can easily sync/connect our forum and homesite.
Re: [SOLVED] phpBB expert wanted to fix some built-in links
Posted: Sat Nov 07, 2020 4:17 pm
by guangong
was due to /etc/nginx/sites-available/forum.moneymanagerex.conf and now we can see our hot topic in the homesite as well.

- WX20201108-001408@2x.png (108.9 KiB) Viewed 9971 times
Re: [SOLVED] phpBB expert wanted to fix some built-in links
Posted: Sat Nov 07, 2020 4:35 pm
by Renato
gratulation