vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=262)
-   -   domain link (https://vborg.vbsupport.ru/showthread.php?t=321612)

Hectorsky 01-27-2016 01:05 PM

domain link
 
I want to to change forum.domain.com to domain.com , i changed that setting on URL settings from admincp

domain.com
domain.com
domain.com/core

But still doesn't work , maybe I need something to fix on my httacces

here is my httcces :

PHP Code:

RewriteEngine On
    
    
#In some cases where you have other mod_rewrite rules, you may need to comment out the following line
    #and change it to match your folder name. This resets the other mod_rewrite rules for just this directory
    #If your site was www.example.com/forum, the setting would be /forum/
    #RewriteBase / 

    # Send css calls directly to the correct file VBV-7807
    
RewriteRule ^css.phpcore/css.php [NC,L]

    
# Redirect old install path to core.
    
RewriteRule ^installcore/install/ [NC,L]

    
# Main Redirect
    
RewriteCond %{REQUEST_URI} !\.(gif|jpg|jpeg|png|css)$
    
RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond 
%{REQUEST_FILENAME} !-d
    RewriteRule 
^(.*)$ index.php?routestring=$[L,QSA]

    
# Because admincp is an actual directory.
    
RewriteRule ^(admincp/)$ index.php?routestring=$[L,QSA]

</
IfModule


Hectorsky 01-27-2016 01:06 PM

also i got now domain link like this :
http://forum.domain//index.php

--------------- Added [DATE]1453923820[/DATE] at [TIME]1453923820[/TIME] ---------------

Fixed by myself :) Basically i had redirections on my hosting panel so that was brake my website . Because I changed URL settings but I got there redirections , so that was causing problems on login admincp and forum. How I was fixed ?

1. I deleted all redirections from my hosting panel.
2. Changed URL settings via phpmyadmin , you can find it on setting tabel , on page nr 2 and nr 4,
3. Made new redirections but an other ways

That's all :)


All times are GMT. The time now is 01:22 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.01074 seconds
  • Memory Usage 1,722KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete