Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
URI Redirect Plugin
#23
Hi!

Thank you for your plugin!

But I have a problem with using it.
Redirection works, but unfortunatelly it returns new Location as https instead of http.

I found following condition in your plugin:


PHP Code:
   if ($_SERVER['SERVER_PROTOCOL'] == 'HTTP/1.1') {
 
                            $protocol 'http://';
 
                    } else {
 
                           $protocol 'https://';
 
                    
so I went to check my request with firebug and it is good:
GET /cms/test-redirect HTTP/1.1
...
but the plugin responds me
...
Location: https://my-host.com/cms/new_location/

Does anyone had such problem?
Tell me please, what is the problem could be.


UPD
I check my request in webserver log and it is strange, but it is different for the same request:
GET /cms/test-redirect HTTP/1.0

Tell me please, how this is possible?

And what is the reason all requests exept HTTP/1.1 redirect to https in the plugin?




GetSimple version 3.3.3
PHP 5.2.17
Apache/1.3.42 (FreeBSD)
Reply


Messages In This Thread
URI Redirect Plugin - by NathanF - 2011-04-30, 03:10:34
RE: URI Redirect Plugin - by oldRemovedUser - 2013-03-30, 11:04:02
RE: URI Redirect Plugin - by wakh - 2013-08-18, 05:05:38
redirection to https instead of http - by alexeyGL - 2015-07-20, 18:15:31
RE: URI Redirect Plugin - by alexeyGL - 2015-07-20, 18:49:05
RE: URI Redirect Plugin - by jlyon1515 - 2016-02-10, 01:37:07
RE: URI Redirect Plugin - by Manjast - 2016-05-03, 00:40:48
RE: URI Redirect Plugin - by jlyon1515 - 2016-09-18, 02:00:24
URI Redirect Plugin - by mikeh - 2011-04-30, 12:58:53
URI Redirect Plugin - by polyfragmented - 2011-04-30, 21:40:31
URI Redirect Plugin - by mikeh - 2011-05-03, 07:41:31
URI Redirect Plugin - by Texta - 2011-05-05, 18:44:29
URI Redirect Plugin - by Carlos - 2011-05-10, 06:02:37
URI Redirect Plugin - by Connie - 2011-05-10, 16:36:18
URI Redirect Plugin - by hameau - 2011-05-10, 19:53:49
URI Redirect Plugin - by NathanF - 2011-05-11, 12:33:54
URI Redirect Plugin - by NathanF - 2011-05-11, 15:40:30
URI Redirect Plugin - by Carlos - 2011-05-14, 23:45:21
URI Redirect Plugin - by NathanF - 2011-05-15, 16:37:02
URI Redirect Plugin - by Carlos - 2011-05-31, 02:22:40
URI Redirect Plugin - by Carlos - 2011-06-04, 00:46:39
URI Redirect Plugin - by bigbanghq - 2011-08-06, 21:07:01
URI Redirect Plugin - by Connie - 2011-08-06, 21:16:08
URI Redirect Plugin - by Carlos - 2011-08-06, 23:42:52
URI Redirect Plugin - by bigbanghq - 2011-08-07, 01:30:42
URI Redirect Plugin - by bigbanghq - 2011-08-07, 01:49:18
URI Redirect Plugin - by chrisbloom7 - 2011-12-02, 02:43:27



Users browsing this thread: 1 Guest(s)