Solved: 1 Day, 7 Hours, 16 Minutes ago 404 on every page except index page
#1
Solved: 1 Day, 7 Hours, 16 Minutes ago
Forum has latest version and is running on PHP Versions Apache/php-fpm  7.4
This started after I updated to the latest version.
I can log in and I see all the forum boards but once I click on any of them I get the same error above.
I have no idea what happened or how to fix it.
Hoping some one can help.
Reply
#2
Solved: 1 Day, 7 Hours, 16 Minutes ago
Have you set any SEO-rewriting plugin ?
Is apache mod_rewrite enable and your .htaccess as needed ?
Tchat en français
Do not ask me help through PM or Discord

Reply
#3
Solved: 1 Day, 7 Hours, 16 Minutes ago
(2024-11-18, 12:08 PM)Crazycat Wrote: Have you set any SEO-rewriting plugin ?
Is apache mod_rewrite enable and your .htaccess as needed ?

I couldn't say as I have no idea what this is.

This is what is on .htaccess

#Options -MultiViews +FollowSymlinks -Indexes

#
# If mod_security is enabled, attempt to disable it.
# - Note, this will work on the majority of hosts but on
# MediaTemple, it is known to cause random Internal Server
# errors. For MediaTemple, please remove the block below
#
<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off

# The below probably isn't needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>

#
# MyBB "search engine friendly" URL rewrites
# - Note, for these to work with MyBB please make sure you have
# the setting enabled in the Admin CP and you have this file
# named .htaccess
#
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA]
RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2 [L,QSA]

RewriteRule ^thread-([0-9]+)\.html$ showthread.php?tid=$1 [L,QSA]
RewriteRule ^thread-([0-9]+)-page-([0-9]+)\.html$ showthread.php?tid=$1&page=$2 [L,QSA]
RewriteRule ^thread-([0-9]+)-lastpost\.html$ showthread.php?tid=$1&action=lastpost [L,QSA]
RewriteRule ^thread-([0-9]+)-nextnewest\.html$ showthread.php?tid=$1&action=nextnewest [L,QSA]
RewriteRule ^thread-([0-9]+)-nextoldest\.html$ showthread.php?tid=$1&action=nextoldest [L,QSA]
RewriteRule ^thread-([0-9]+)-newpost\.html$ showthread.php?tid=$1&action=newpost [L,QSA]
RewriteRule ^thread-([0-9]+)-post-([0-9]+)\.html$ showthread.php?tid=$1&pid=$2 [L,QSA]

RewriteRule ^post-([0-9]+)\.html$ showthread.php?pid=$1 [L,QSA]

RewriteRule ^announcement-([0-9]+)\.html$ announcements.php?aid=$1 [L,QSA]

RewriteRule ^user-([0-9]+)\.html$ member.php?action=profile&uid=$1 [L,QSA]

RewriteRule ^calendar-([0-9]+)\.html$ calendar.php?calendar=$1 [L,QSA]
RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)\.html$ calendar.php?calendar=$1&year=$2&month=$3 [L,QSA]
RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)-day-([0-9]+)\.html$ calendar.php?action=dayview&calendar=$1&year=$2&month=$3&day=$4 [L,QSA]
RewriteRule ^calendar-([0-9]+)-week-(n?[0-9]+)\.html$ calendar.php?action=weekview&calendar=$1&week=$2 [L,QSA]

RewriteRule ^event-([0-9]+)\.html$ calendar.php?action=event&eid=$1 [L,QSA]

<IfModule mod_env.c>
SetEnv SEO_SUPPORT 1
</IfModule>
</IfModule>

#
# If Apache is compiled with built in mod_deflade/GZIP support
# then GZIP Javascript, CSS, HTML and XML so they're sent to
# the client faster.
#
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE application/javascript text/css text/html text/xml
</IfModule>
Reply
#4
Solved: 1 Day, 7 Hours, 16 Minutes ago
Can anyone help here? Guys are going crazy not being able to post.
Reply
#5
Solved: 1 Day, 7 Hours, 16 Minutes ago
Link?

Otherwise, you can of course restore your FTP and database backup, which you made before the update, and then you'll be back before the update. Apparently you messed something up
support ended 
Reply
#6
Solved: 1 Day, 7 Hours, 16 Minutes ago
(2024-11-20, 09:25 AM)bv64 Wrote: Link?

https://deeppoliticsforum.com/fora/index.php
Reply
#7
Solved: 1 Day, 7 Hours, 16 Minutes ago
you are clearly running an SEO tool, you will probably know which one you use
look at your plugin list
if it is Google SEO, look at the instructions that you can access at inc/plugins/google_seo.html
support ended 
Reply
#8
Solved: 1 Day, 7 Hours, 16 Minutes ago
There's an aborted (?) MyBB install in the root of your web host.  Here.

Not sure what this means to your install, but doesn't seem to be helping. Dodgy
Reply
#9
Solved: 1 Day, 7 Hours, 16 Minutes ago
Looking the urls of forums and threads, the .htaccess is not good, it's the original one from MyBB but you're probably using Google SEO.
Deactivate it or redo the .htaccess
Tchat en français
Do not ask me help through PM or Discord

Reply
#10
Solved: 1 Day, 7 Hours, 16 Minutes ago
(2024-11-20, 01:12 PM)bv64 Wrote: you are clearly running an SEO tool, you will probably know which one you use
look at your plugin list
if it is Google SEO, look at the instructions that you can access at inc/plugins/google_seo.html

I found and removed a Google plug-in. It seems to have restored access to the forum. Thank you for this suggestion. Do you know how this plug in blocked access?

(2024-11-20, 01:35 PM)nixer55 Wrote: There's an aborted (?) MyBB install in the root of your web host.  Here.

Not sure what this means to your install, but doesn't seem to be helping. Dodgy

Thank you. How to I removed the old install? Is it advised to remove?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)