vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Chat Modifications - Envolve Chat Integration Module (https://vborg.vbsupport.ru/showthread.php?t=258158)

EddyMaxx 09-09-2011 11:58 PM

If a member goes to the home page via http://domain.com/index.php then it shows up on the forum home.

But if they go to http://domain.com it doesn't display anything.

It works on all other pages with no issues.

Any ideas? It happens with both standard theme and custom theme.

Lee G 09-10-2011 07:50 AM

Exactly the same problem. I wish I had been able to explain it like that :o

Im sure the cause is vbseo and the way it rewrites the home page
Which would mean there are a lot of others that could suffer the same problem

EddyMaxx 09-10-2011 02:15 PM

^^ I don't have VBSEO and its not working on the homepage either.

It looks like their code looks for a specific page to place the javacript in. Since we don't have our files in a "/forums" directory its not picking it up because we have it at the root and index.php is not displayed.

There has to be a way to do it.

BirdOPrey5 09-10-2011 02:52 PM

I don't see any reason it would work with index.php but not without... Also on my test forum it works fine either way.

Lee G 09-10-2011 03:10 PM

Mines the same, as soon as you put a file name in it works
And it works with all mods, radio and tv player, classifieds etc etc
Forum home without any extension, ie index.php and it wont show

BirdOPrey5 09-10-2011 03:56 PM

Although not a solution, a work-around would be to find an .htaccess command to forward anyone from / to /index.php.

EddyMaxx 09-10-2011 04:21 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2244291)
Although not a solution, a work-around would be to find an .htaccess command to forward anyone from / to /index.php.

Yeah, I figured that would be a workaround to just create a re-write rule in the .htaccess file.

Going to look at it a little further.

On your test site do you have all the files at the root level or inside a "/forums" directory?

BirdOPrey5 09-10-2011 08:13 PM

everything is under a directory, but it's not /forums/.

EddyMaxx 09-10-2011 08:48 PM

Got ya. This is weird. lol

EddyMaxx 09-10-2011 10:51 PM

Well here is the work around. Just create a .htaccess file (if you don't have one already) and just add the following line.

PHP Code:

RedirectMatch ^/$ /index.php 

That will take care of it and it will show on the forum home page.


All times are GMT. The time now is 11:23 AM.

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.01138 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete