Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-20-2018, 11:36 PM
Bestrafung Bestrafung is offline
 
Join Date: Aug 2009
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Equal Symbol Appended to URL

For some reason when some links are clicked, especially from external sites or search results, an equal symbol will be appended to the URL. If you do a google search for our site about 90% of the links have the equal symbol appended and are broken.

Before we started using an SEO plugin this would cause the visitor to be redirected to the main page and contributed to a large bounce rate. Now after the SEO plugin it gives a page not found error. I have removed the plugin and am no longer using it. I need to redirect it's broken URLs back to the vb default.

I've tried several rewrite and redirect rules in .htaccess with no luck. I need to be able to remove the equal symbol from the end of the URL, any URL. I saw someone else posted this exact issue in 2015 and I checked their site and they still have the issue. I'd really appreciate any assistance with this.

Example Bad URL:
Code:
https://subdomain.example.com/content/?123-Article-Title=
Reply With Quote
  #2  
Old 04-22-2018, 11:02 AM
KOM KOM is offline
 
Join Date: Nov 2003
Location: WV
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can we get a reply to this? What is happening is, google has some of our pages with = at the end of the link. when people click on that. they just get dumped on our index page. Our bounce rate is really going up and I just can't figure this one out?
https://members.gunnook.com/content/...V-FFL-Dealers=

Exp.

Please any help would be much appreciated
Reply With Quote
  #3  
Old 04-22-2018, 05:13 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Id suggest checking your installed hacks/addons, as the urls are correct on the site.

Regenerate a sitemap after disabling all your addons, verify the urls are correct in the sitemap afterwards.
Reply With Quote
  #4  
Old 04-22-2018, 06:40 PM
KOM KOM is offline
 
Join Date: Nov 2003
Location: WV
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snakes1100 View Post
Id suggest checking your installed hacks/addons, as the urls are correct on the site.

Regenerate a sitemap after disabling all your addons, verify the urls are correct in the sitemap afterwards.
I'll give it a shot, Thanks
Reply With Quote
  #5  
Old 04-22-2018, 07:10 PM
Bestrafung Bestrafung is offline
 
Join Date: Aug 2009
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snakes1100 View Post
Id suggest checking your installed hacks/addons, as the urls are correct on the site.

Regenerate a sitemap after disabling all your addons, verify the urls are correct in the sitemap afterwards.
Thanks for the suggestions. I already did this several days ago. Unfortunately, Google hasn't finished indexing the sitemap and still has a lot of the old broken URLs. I am slowly working on rewriting the URLs back to normal. The equal symbol being appended to the URL seems to be a bug that affects any vBulletin site as far as I can tell. If I can just find a way, either through a php edit or an .htaccess rule, to remove the trailing equal symbol everything should start working again.
Reply With Quote
  #6  
Old 04-23-2018, 07:28 AM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, i dont see a report on such a bug, nor have i seen it on any of the sites that i run.

Also, im not sure you'll be able to fix that with a rewrite, as the url is rewritten & has a few issues including the double ?? mark & removal of the /.
Reply With Quote
  #7  
Old 05-09-2018, 10:28 AM
KOM KOM is offline
 
Join Date: Nov 2003
Location: WV
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, I'm not sure how to fix it. I do believe we got the ?? out but the = will not go away. I think all this happened when we added the SEO. We reached out to try and get some help but he just said the issues was not created by the SEO. Since then I've removed it but no luck. I've been a user / member of this community for a very long and I have no idea how to fix this!
Reply With Quote
  #8  
Old 05-09-2018, 06:29 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As the original link you posted for wv ffl dealers showed the =, i googled & checked thesame link & cant produce the issue

https://www.google.com/search?ei=r1n....0.xrdL_cLmyNk
Reply With Quote
  #9  
Old 05-10-2018, 11:25 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This could be due to .htaccess and/or any type of SEO mod you have installed. You can actually remove words or characters via htaccess see the bottom example here https://stackoverflow.com/questions/...-word-from-url

The only time this won't work is for example, if:
- You have vBSEO (which you shoudn't even be using by the way, insecure and unsafe!) OR DBSEO installed because it's handled differently if you use those i.e. you should use the custom rewrite rules within the software and not edit htaccess directly.

Edit: The = is being appended to the url somehow, I would instead of trying to "band-aid" this per say, find the actual culprit and fix it properly (possibly: Something within htaccess, something within settings like CMS url or such, if you have vb/DBSEO installed check it's settings etc, any file edits done check timestamps on that and/or run Suspect Files from AdminCP Maintenance section to compare files if original contents or not).
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:24 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04407 seconds
  • Memory Usage 2,240KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete