The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
HTTPS/SSL issue with sytle sheets?
Hey guys,
I've just added a certificate to one of my sites, and will do the same for the others once this works! I've run through the basics, install cert, changed in vb settings to https etc.. Then go to maintenance and run 'rebuild sytles'... All this worked without an issue/error. I then was told to go to https://www.whynopadlock.com/ and add in a redirect for all HTTP traffic to https... I did that (in the .htaccess file).. So, two issues. 1. When I now go to the site (https://www.ozaudi.com), it looks stuffed (see pic)... Looks like sytle sheet issue. 2. When I go back to whynopadlock.com, it says that there is still an issue with https redirect.. Does this take a 'while' to propagate around the internet, or should any changes to .htaccess file be immediate (I did reboot server after change). I'm happy to post up contents of .htaccess if that helps. |
#2
|
||||
|
||||
Normally, https (ssl) will be active within 24 hours.
you-site/admincp/options.php?do=options&dogroup=address Enter admincp and change http to https You cannot make this change, forum links will force http and will not read css etc. files on the site. |
#3
|
|||
|
|||
thanks. I've already changed the https in vb5...
vBulletin URL Core URL both changed yesterday to https.. |
#4
|
|||
|
|||
I think you should ask your hosting company to fix the .htaccess
|
#5
|
|||
|
|||
I have full access to the site (cpanel), so I can change it.
Just need to work out why what I put in doesn't work.. --------------- Added [DATE]1610583543[/DATE] at [TIME]1610583543[/TIME] --------------- Anybody else have any ideas? This is what whynopadlock asked to add to the .httaccess file RewriteEngine On RewriteCond %{HTTP_HOST} ozbmw\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.ozbmw.com/$1 [R,L] So, the file now looks like this: RewriteEngine on # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName ozbmw.com AuthUserFile /home/ozbmw/public_html/_vti_pvt/service.pwd AuthGroupFile /home/ozbmw/public_html/_vti_pvt/service.grp RewriteCond %{HTTP_HOST} ^ozbmw.com$ [OR] RewriteCond %{HTTP_HOST} ^www.ozbmw.com$ RewriteRule ^/?$ "http\:\/\/www\.ozbmw\.com\/forums\/index\.php" [R=301,L] RewriteEngine On RewriteCond %{HTTP_HOST} ozbmw\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.ozbmw.com/$1 [R,L] # php -- BEGIN cPanel-generated handler, do not edit # Set the ?ea-php74? package as the default ?PHP? programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php74 .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit |
#6
|
|||
|
|||
Can anybody tell me what you are seeing on the screen? Does it look 'fine', like a normal forum, or does it look like it's missing css files?
|
#7
|
||||
|
||||
https: // does not display correctly
----- This is how the https redirect in my .htaccess file PHP Code:
HTML Code:
<base href="http://www.ozaudi.com/forums/" /><!--[if IE]></base><![endif]--> --------------- Added [DATE]1610679945[/DATE] at [TIME]1610679945[/TIME] --------------- There are multiple redirects in .htaccess. delete them, it will be easier if you add my above data. PHP Code:
Must be RewriteBase if forum is not installed in root or installed in a separate folder PHP Code:
|
#8
|
|||
|
|||
Thanks again yilmaz
I've done a clean-up and I think it has worked. Does the website look 'normal' now? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|