PDA

View Full Version : 404 error Forum Display Options


Basit Kingz
02-21-2015, 02:00 AM
Hello,
Thanks for being here.
I'm getting 404 error for my forum display options.
Screenshot 1:
Before click:
https://vborg.vbsupport.ru/external/2015/02/7.png

Screenshot 2:
After Click:
https://vborg.vbsupport.ru/external/2015/02/8.png

I'll wait for experts help.

Thanks!
--AB

--------------- Added 1424512739 at 1424512739 ---------------

Bump..!!

ozzy47
02-21-2015, 09:08 AM
No "Bumping" (Your threads/posts):

Please do not repeatedly bump your threads to try and get attention. Most members of the site are not online 24 hours a day and so will not see your post the instant it is made. Do not bump a thread within 24 hours.

ForceHSS
02-21-2015, 09:59 AM
Have you installed dbseo or something like it

Basit Kingz
02-21-2015, 02:20 PM
Have you installed dbseo or something like it

No I'm not using any SEO plugin. Very basic plugins are used that comes up with style.

--------------- Added 1424535748 at 1424535748 ---------------

No "Bumping" (Your threads/posts):

Please do not repeatedly bump your threads to try and get attention. Most members of the site are not online 24 hours a day and so will not see your post the instant it is made. Do not bump a thread within 24 hours.

Thanks for advice. Apologies.

ForceHSS
02-21-2015, 04:38 PM
Check your htaccess file

Basit Kingz
02-21-2015, 05:09 PM
Check your htaccess file

Sir please guide. I'm noob.

Here is the file .htaccess

RewriteEngine on

Options +FollowSymLinks
RewriteRule ^joomla\.html http://www.joomla.org/? [R=301,L]


# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
# RewriteBase /forums/

# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
# Options -MultiViews

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
RewriteRule ^entries/.* entry.php [QSA]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# MVC
RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]

# Check MVC result
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)$ - [NC,L]
RewriteRule ^(.*)$ - [R=404,L]

ForceHSS
02-21-2015, 06:16 PM
Try the one here I done for you put do save a copy of the one you have there is some other things I would change in the one you have put test this one first. But I did notice the htaccess file you have
1. Does not match up with the url you have in the screenshot above
2. Is not a vb site.
So I really need to see the htaccess file belonging to the vb site that is from the screenshot above (http://libretro.com/forums/)

Basit Kingz
02-21-2015, 06:29 PM
Try the one here I done for you put do save a copy of the one you have there is some other things I would change in the one you have put test this one first. But I did notice the htaccess fike you have
1. Dors not match up with the url you have in the screenshot above
2. Is not a vb site.
So I really need to see the htaccess file belonging to the vb site that is from the screenshot above (http://libretro.com/forums/)

Actually me and my partner is trying to resolve the issue so maybe he did so. This is file taken from Do not upload folder that comes up with forum files.

Also, I replaced the .htaccess file with your one but after that update all the forum categories started showing 404 error. :erm:

ForceHSS
02-21-2015, 06:41 PM
Try this one and I am going by this site joomla.org not the one you have in the screenshot if this is the wrong url please say

Basit Kingz
02-21-2015, 06:46 PM
Try this one and I am going by this site joomla.org not the one you have in the screenshot if this is the wrong url please say

Again same issue. Getting 404 error every where.

My forum link is http://libretro.com/forums/

I really don't have an idea about that joomla thing. :confused:

ForceHSS
02-21-2015, 08:25 PM
Again same issue. Getting 404 error every where.

My forum link is http://libretro.com/forums/

I really don't have an idea about that joomla thing. :confused:
You posted it in post 6 in the htaccess file.
Try the two below see what one works

Basit Kingz
02-22-2015, 05:11 AM
You posted it in post 6 in the htaccess file.
Try the two below see what one works

I'm very thankful to you for your precious time.

I have tried both .htaccess files. But getting same 404 error on each categories.

Also, I have noticed that whenever I put domain.com/forums/forums/ then each and everything starts working.
For example
This link is showing 404 error: http://libretro.com/forums/7-RetroArch-General?s=&pp=20&daysprune=2&sort=lastpost&order=asc

But this link is working fine :O :
http://libretro.com/forums/forums/7-RetroArch-General?s=&pp=20&daysprune=2&sort=lastpost&order=asc


--AB

ForceHSS
02-22-2015, 12:15 PM
Do you have all your files in a folder called forums in your FTP and in admincp/settings/options/ URL settings what have you put for your URL

Basit Kingz
02-22-2015, 02:38 PM
Do you have all your files in a folder called forums in your FTP and in admincp/settings/options/ URL settings what have you put for your URL

Yes I do have all the forum files in folder forums.

and I'm using http://libretro.com/forums in URL settings as well.

ForceHSS
02-22-2015, 02:48 PM
You would be best to get support to have a quick look at your board to see what the problem is or post in paid section (https://vborg.vbsupport.ru/forumdisplay.php?f=30). Try this one last thing to see if it is a plugin causing a problem.
Disable plugins via config if this fixes the problem enable plugins again via config, then disable one plugin at a time until you find the problem one

To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);To enable plugins again just comment out the line
//define('DISABLE_HOOKS', true);Use notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files

miwagner1
02-24-2015, 08:11 PM
Hi Basit Kingz or aka
https://www.fiverr.com/coder112

Sir please guide. I'm noob.

I have canceled our order. Clearly you are not qualified to fill my order to fix the err.
Yes I can google

Thank you ForceHSS for your time to try to fix the issue. I will try the paid section.

I also thank you for rm -rf my forums dir due to some fit you had.