arrow_upward

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wordpress, Host or SSL
#2
My first guess is you have mixed up Wordpress adress and site address under general settings in wordpress.

Or may be your vhost setting is forcing to an url but that is in conflict with wordpress url in settings.

Here is what i suggest you do...

Say you want to visit your wp site at 
https://www.google.com
and you want 
https://google.com
and http of the both of them to redirect to
https://www.google.com
.

Then make sure you have 
https://www.google.com
in both url space under your wordpress general settings. If you cant access then go to wp-config.php and change as

define('WP_HOME','https://www.google.com');
define('WP_SITEURL','https://www.google.com');


Next,
check nginx.conf or the webserver settings file where you have your vhost settings and make sure your site is at www dot google dot com listening to port 443 using ssl

For nginx,

server {
  listen              443 ssl;
  server_name         www.google.com;
......


Also make sure your redirects are ok.

Then clear your browser cache and cookies and enjoy.
Sincere Thanks to VirMach for my VPS9. Also many thanks to Shadow Hosting and cubedata for the experiences I had with their VPSs.


Messages In This Thread
Wordpress, Host or SSL - by Rehan - 03-13-2019, 11:39 AM
RE: Wordpress, Host or SSL - by rudra - 03-13-2019, 12:38 PM
RE: Wordpress, Host or SSL - by Rehan - 03-13-2019, 12:50 PM
RE: Wordpress, Host or SSL - by tiwil - 03-13-2019, 12:53 PM
RE: Wordpress, Host or SSL - by Rehan - 03-13-2019, 12:56 PM
RE: Wordpress, Host or SSL - by rudra - 03-13-2019, 01:01 PM
RE: Wordpress, Host or SSL - by tiwil - 03-13-2019, 01:13 PM
RE: Wordpress, Host or SSL - by Rehan - 03-13-2019, 01:39 PM
RE: Wordpress, Host or SSL - by rudra - 03-13-2019, 02:08 PM

Possibly Related Threads…
Thread
Author
Replies
Views
Last Post

person_pin_circle Users browsing this thread: 1 Guest(s)
Sponsors: VirMach - Host4Fun - CubeData - Evolution-Host - HostDare - Hyper Expert - Shadow Hosting - Bladenode - Hostlease - RackNerd - ReadyDedis - Limitless Hosting