The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
On Whynopadlock, you need to run it without the querystring - just https://www.yoursite.com/login.php
|
#12
|
||||
|
||||
Ok, what I did is left the home url and forum url back to https[sitename]. I changed the white list to http[sitename] and it seems to work...
|
#13
|
||||
|
||||
Awesome! Now if you type in http://www.yoursite.com - does it automatically go to HTTPS for you? What if you type in http://yoursite.com (no www)
|
#14
|
||||
|
||||
If I type in http I get this:
http://www.XXXXXXXXXXXXXX.com/ if I do no www I get this: http://XXXXXXX.com/ So what do I do now????? Thanks --------------- Added [DATE]1381802451[/DATE] at [TIME]1381802451[/TIME] --------------- SHould I try your redirect again? --------------- Added [DATE]1381802564[/DATE] at [TIME]1381802564[/TIME] --------------- Ok, tried your htaccess again and it threw an internal error when logging off... had to remove it... |
#15
|
|||
|
|||
Maybe if you give us your real url we can see it for or selfs
|
#16
|
||||
|
||||
XXXXXXXXXXXX
|
#17
|
||||
|
||||
That htaccess file should not be causing any errors. Do you have other rewrite rules in there?
Try just this part. Needs to go at the very end: Code:
RewriteEngine on RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} Let me know when you do this, so I can try loading your site again. |
#18
|
||||
|
||||
Here is my rewrite:
... #RewriteCond %{HTTP_HOST} !^www.XXXXXXXXXXXXX.com$ [NC] #RewriteRule ^(.*)$ https://www.XXXXXXXXXXXXXXXX.com/$1 [R=301,L] #RewriteCond %{HTTPS} off #RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} I commented out yours... until I get it fixed... --------------- Added [DATE]1381803782[/DATE] at [TIME]1381803782[/TIME] --------------- Ok, made the changes... |
#19
|
||||
|
||||
OH no wonder this blew up!! Yeah, we need to get it to play friendly with the rest of your rules
First of all, I don't see any rewrite here sending non-www traffic to www. I just checked, and I can go to the non-www version of your site, which could cause all sorts of cookie problems. Could you try uncommenting this line and putting it up top, right below Rewrite Engine On Code:
RewriteCond %{HTTP_HOST} !^www.gunsgrubandgold.com$ [NC] RewriteRule ^(.*)$ https://www.gunsgrubandgold.com/$1 [R=301,L] |
#20
|
||||
|
||||
Ok, changed it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|