View Single Post
  #1  
Old 10-18-2019, 06:41 AM
postcd postcd is offline
 
Join Date: Feb 2012
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default vbulletin server change-> URL is domain.com/domains/domain.com/public_html/

Hello,

i have moved my vbulletin 4.2.2 from cpanel server to directadmin server, i changed only mysql credentials, nothing else. And when i went to domain.com the address in address bar is correct:
Code:
https://mydomain.com/
but when i go to some forum, the address bar ugly URL (page loads correctly):
Code:
https://mydomain.com/domains/mydomain.com/public_html/introductions/
the thread links on that page also are correct. But when i visit some thread, address bar shows ugly URL:
Code:
https://mydomain.com/domains/mydomain.com/public_html/introductions/123-hi-guys/
Interesting is that when i visit same thread from within forum homepage, then address bar URL is OK:
Code:
https://mydomain.com/showthread.php?t=123&p=123#post123
I tried to disable plugins (define('DISABLE_HOOKS', true) and clear System cache, but that not helped. I tried to define absolute papth in includes/config.php
// $config['Misc']['forumpath'] = '/home/users/public_html/forums';
(above line is samle, i used real path returned by phpinfo())

(I do not know if i cleared System cache or did Ctrl+F5 on site. Site is behind Cloudflare.)

In /admincp/options.php?do=options&dogroup=address i tried to change "Always use Forum URL as Base Path" and "Forum Component URL" is empty. Again, i do not know if is necessary to clean System cache or Ctrl+F5 the site.

I also upgraded from vb 4.2.2 to 4.2.5 and no change in address URL appearance.

When i rename .htaccess file, it continue to show ugly URL in address bar, but the page is 404.

What do you suggest to try please? Thank you

Update: if using vbseo, it apparently helped to fix the issue when i defined Custom Doc Root at admincp, vbseo , settings, options, advanced settings. (vbseocp.php#vbseo_opt) - but vbseo is likely exploitable and outdated so here are instructions on how to uninstall it and setup alternative redirect.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01084 seconds
  • Memory Usage 1,769KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete