The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
https redirect login problem
In the back end I have this:
My forum url is : https://www.XXXXXXXXXXXXXXXXX Home Page URL is: https://www.XXXXXXXXXXXx Both are exact. However, I noticed when I just put www.XXXXXXXXXXXXX in the browser it goes to my index page like normal. However, when I tried to login, I would get a redirect error. I changed the forum url to: http://www.XXXXXXXXXXXXXXXXXXX and it seems to work now, as far as logging in. Was this correct to do, should I do something else? Thanks! |
#2
|
||||
|
||||
Perhaps this may help.
ACP --> Settings --> Options --> Site Name / URL / Contact Details --> Redirect Domain Whitelist --> enter erroring URL (no / at the end). |
Благодарность от: | ||
findingpeace |
#3
|
||||
|
||||
Have you added https redirects into .htaccess yet?
You'll probably want these lines: Code:
RewriteEngine on RewriteCond %{HTTP_HOST} !^www.yoursite.com$ [NC] RewriteRule ^(.*)$ https://www.yoursite.com/$1 [R=301,L] RewriteEngine on RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} Try logging in now --------------- Added [DATE]1381800610[/DATE] at [TIME]1381800610[/TIME] --------------- Edit, ozzy's answer is the right one. Oops!! |
#4
|
||||
|
||||
Yours may work also, I just am not that familiar with htaccess rewrites.
|
#5
|
||||
|
||||
Quote:
Ok, I changed my htaccess should I change it back - take off what you said? Or leave it? Thanks. cause now I'm getting this: https://www.XXXXXXXXXXXXXXXX.com/default.asp?r= --------------- Added [DATE]1381801081[/DATE] at [TIME]1381801081[/TIME] --------------- Well, I'm not sure what to put, because this is the error URL, which has a "/" at the end... Invalid Redirect URL (https://www.XXXXXXXXX.com/) --------------- Added [DATE]1381801186[/DATE] at [TIME]1381801186[/TIME] --------------- Still getting the redirect error, even after doing what Ozzy said... |
#6
|
||||
|
||||
Ok, try adding the / at the end, that may work.
|
#7
|
||||
|
||||
Nope, didnt work...
Weird if the forum url is http and the home page url is https I have no issues. Should it be that way, what exactly is the difference and should I be concerned about changing something else to get it to work? Thanks. |
#8
|
||||
|
||||
If you want to use HTTPS, then you should consistently use HTTPS (in the forum URL and homepage URL - same with www). This will just take some tweaking, but we'll get there Can you copy the exact redirect error you're getting?
|
#9
|
||||
|
||||
Ok wait for someone more familiar with this type of thing then, sorry I could not be of more help.
|
#10
|
||||
|
||||
Ok, I tried whynopadlock.com and got this error for the login page:
ERROR: The secure URL you submitted was redirected to: http://www.XXXXXXX.com/forum.php Please try pasting the secure URL you originally submitted into a new web browser window to make sure it stays on the secure page. Your secure page may require there to be items in a shopping cart, or for the user to be logged in. It may not be possible to test this URL. Secure URL submitted: https://www.XXXXXXXXXXXX.com/login.php?do=login |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|