djboutit Posted September 11, 2020 Posted September 11, 2020 (edited) 2 days ago I installed and setup a Mybb fforum When I click on this link http://musiccreators.heliohost.org/403.html#pid3 I get this link and I get a Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request I have edited the htaccess file and enabled seo links in the settings. Nothing I have done works it must be something on the server htaccess might be disabled or safe links is turned on. I need help I am about 70% sure this error has has nothing to do with the Mybb files since I made the changes already it must a setting on the server needs to be disabled or turned on?? Edited September 11, 2020 by djboutit
wolstech Posted September 11, 2020 Posted September 11, 2020 That website isn't hosted here so we can't assist with it.
djboutit Posted September 11, 2020 Author Posted September 11, 2020 I the thread with the correct link
Krydos Posted September 11, 2020 Posted September 11, 2020 You get a 404 not found error, because that file 403.html doesn't exist:# ls /home/djboutit/public_html/403.html ls: cannot access /home/djboutit/public_html/403.html: No such file or directory I have edited the htaccess file ... htaccess might be disabled# cat /home/djboutit/public_html/.htaccess # Your .htaccess file doesn't have anything in it.
djboutit Posted September 12, 2020 Author Posted September 12, 2020 So what do I need to do to fix this??
djboutit Posted September 12, 2020 Author Posted September 12, 2020 (edited) I see the error about 70% of the time I click on this link http://musiccreators.heliohost.org/showthread.php?tid=3&action=lastpost /home/djboutit/public_html/htaccess htaccess is not blank here is what I have in the file 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 # Some hosts need a RewriteBase specification. RewriteBase / # Default MyBB Rewrite Rules: 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]+)\.html$ calendar.php?action=yearview&calendar=$1&year=$2 [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/x-javascript text/css text/html text/xml </IfModule> Edited September 12, 2020 by djboutit
Sn1F3rt Posted September 12, 2020 Posted September 12, 2020 /home/djboutit/public_html/htaccess Not sure if this is a typo or not, but if it isn't, the file name has to be ".htaccess" and not "htaccess".
djboutit Posted September 12, 2020 Author Posted September 12, 2020 (edited) I am still getting the error about 50% of the time now Other people tell me they do not see the error I can not add the . to the beginning I just tried with Kproxy I see the error Edited September 12, 2020 by djboutit
Seekier Posted September 12, 2020 Posted September 12, 2020 I am still getting the error about 50% of the time now Other people tell me they do not see the error Just clear your cache and it should work fine as you can see from the link to the screenshot I posted above. I think the system or the browser you are using is the problem
djboutit Posted September 12, 2020 Author Posted September 12, 2020 I do not think it is fixed Kproxy and a computer located in Europe but are getting the same error
Seekier Posted September 12, 2020 Posted September 12, 2020 I do not think it is fixed Kproxy and a computer located in Europe but are getting the same errorBut it worked on mobile, try it on mobile and see
djboutit Posted September 12, 2020 Author Posted September 12, 2020 (edited) I just tried on a Ipad I and I tired on my cell phone with the mobile network 5 different ips all give the same error Edited September 12, 2020 by djboutit
Seekier Posted September 12, 2020 Posted September 12, 2020 I can not add the . to the beginningYou'll have to enable Show Hidden Files (dotfiles) in file manager setting to do this https://iili.io/2fAy2R.png
djboutit Posted September 12, 2020 Author Posted September 12, 2020 I can not add the . it says the file already exists
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now