vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   HTTPS (https://vborg.vbsupport.ru/showthread.php?t=320080)

TigCobra 08-31-2015 07:52 PM

HTTPS
 
I moved my forums over to https, but all my post icons are still trying to revert to standard http and it will not load the images.

Any help would be appreicated.

Seven Skins 08-31-2015 08:43 PM

Did you change the URL in adminCP to https://...
Also check your style as some of them have the url hardcoded into templates/stylevars.

TigCobra 09-01-2015 12:00 AM

Yes, I changed it to https, I will have to check the style manager.

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

Quote:

Originally Posted by Seven Skins (Post 2553977)
Did you change the URL in adminCP to https://...
Also check your style as some of them have the url hardcoded into templates/stylevars.


I was unable to find anything in templates/stylevars. Its the default style that comes with vbulletin.

Fields 09-01-2015 11:28 AM

In your admincp go to Post Icons > Manage Post Icons > View and then edit the path to every single icon. I also had to do this after switching to https.

CAG CheechDogg 09-02-2015 02:10 AM

You need to make sure you have the following in your htaccess:

Code:

# Always use https for secure connections
# Replace 'www.yourdomain.com' with your domain name
# (as it appears on your SSL certificate)
#RewriteEngine On
#RewriteCond %{SERVER_PORT} 80
#RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R=301,L]

If you don't have that in your htaccess file you will have to change all http instances to https manually.

TigCobra 09-02-2015 02:40 AM

what you don't have an htaccess file?

cellarius 09-02-2015 04:58 AM

Provided you use apache and not ngnix, you just create one. The correct name is .htaccess - note the dot at the beginning. For basic information just google for .htaccess

CAG CheechDogg 09-03-2015 02:58 AM

Ty Cell for the correction ... but I figured he know what I was talking about lol ... :p

TigCobra 09-09-2015 01:25 PM

Probably should have been more clear on my previous post. I must have been sleep deprived, because that was about a worthless post. The mod_rewrite in the .htaccess file worked. But why does it force you to do this when you can just redirect to https via the apache config?

cellarius 09-09-2015 04:40 PM

Not everyone can access the apache config. And of course you can set those directives there, too.


All times are GMT. The time now is 11:27 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.01124 seconds
  • Memory Usage 1,729KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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