Skip to main content

All Questions

0 votes
0 answers
355 views

How to do redirect 301 between url https using Istio Virtual Service

I'm trying to perform a 301 redirect for some requests using Istio's Gateway with VirtualService. I've done everything, and it works perfectly if the request is over HTTP, but it doesn't work for ...
William Miranda de Jesus's user avatar
-1 votes
2 answers
1k views

How to redirect non-www to www on my Wordpress website

I'm trying to redirect all the requests from https://mywebsite.com to https://www.mywebsite.com (Wordpress Website). I activated SSL and used the "Really Simple SSL" plugin to enable https. Redirect ...
giovinazzo17's user avatar
0 votes
2 answers
1k views

https redirect only works sometimes

There are two domain names: 1.one long (example: MaryJaneFamily.com) 2.one short (MaryJane.com). The 301 redirect works correctly from EXISTING links from various web sites (from when the site ...
Meliza's user avatar
  • 1
2 votes
1 answer
2k views

All my sites are return 301 instead of 200

All my sites are return 301 response code instead of 200. My sites are hosted on amazon aws and my dns are managed by cloudflare. I am using free ssl from cloudflares. I was testing my site in third ...
Ahsan Aasim's user avatar
  • 1,267
0 votes
1 answer
43 views

Redirect Issues on two seperate domains for the same site

I have two domains: the original my-site.co.uk and a new mysite.co.uk (so losing the hyphens). I'm hosting the site on heroku and am using their SSL cert. My requirement is simply to have a 301 ...
Simon Cooper's user avatar
  • 1,594
0 votes
1 answer
189 views

Redirecting www to non-www

I'm trying to redirect all traffic from an HTTP site to an HTTPS site as well as all www traffic to the non-www site. My setup includes an nginx.conf file for the HTTP site which I've added a 301 ...
synchroni_city's user avatar
0 votes
1 answer
430 views

NodeJS/Express automatic detection of SSL over HTTP (HTTPS) explanation?

I have a server over HTTPS on NodeJS with Express. When uploading a file, I have used the req.protocol directive in the controller to get either the HTTP or HTTPS "part" of the URL, so that I can ...
Ncifra's user avatar
  • 673
0 votes
0 answers
126 views

301 htaccess redirect (ssl) old site to new site

I'm currently changing my domain name. I've been experimenting with htaccess code but failed eventually. I've tried various 301 redirecting sites to generate codes but none of them are working ...
Arafin Shaon's user avatar
0 votes
1 answer
169 views

Issue with htaccess after migration to https (website + KeyCDN)

I have an issue that I can't solve, despite many hours of tests and readings in forums. Yesterday I followed these steps to migrate from http to https : activate the SSL certificate in my hosting ...
Blue Agency's user avatar
-1 votes
1 answer
26 views

How to move website from https domain to https domain (301)

I want to move one of my websites to a new domain. All pages and URL structures will stay the same. I have a ssl lets encrypt cert installed for both domains. Anyone can tell me the code to redirect ...
Yves Brunner's user avatar
0 votes
2 answers
2k views

Upgrading WebSockets to TLS

For HTTP, it is possible to upgrade all requests to HTTPS with a 301 response. For websocket, however, it doesn't seem to be that easy. If I redirect the ws://127.0.0.1 request to wss:/127.0.0.1, I ...
Etan's user avatar
  • 17.3k
2 votes
0 answers
282 views

NGINX + 301 Return for my CDN

I have a redirect on my server running so that all my traffic redirects to https shown here: server { listen 80; server_name example.com www.example.com; return ...
mougwi's user avatar
  • 21
1 vote
1 answer
1k views

Rails App HTTP to HTTPS Redirect Not Working for Exposed API

I am building a Rails 4 app with both a front-end website and an exposed API. The API serves as the backend for a mobile app and a desktop app. I deployed the app on Heroku. Because the website has ...
RKelley's user avatar
  • 576
0 votes
0 answers
1k views

Redirect HTTPS to HTTP With SSL Certificate Already Removed from CPanel

I want to ask something. I have an online store. My online store uses SSL for the entire website. I also get backlinks with https:// link. Now I do not use SSL again and wish every time people click ...
Darnin's user avatar
  • 63
0 votes
1 answer
919 views

How to redirect all the http requests to https on zPanel

I've configured a domain using a Positive SSL certificate. My dedicated server runs on CentOS 6 with Apache and zPanel. I want to redirect all the http pages to https. I've tried a lot of different ...
GingerGirl's user avatar

15 30 50 per page