Nam suscipit libero

Curabitur lacinia tellus


Donec tristique

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed dosit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.

Donec tristique

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed dosit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.

Donec tristique

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed dosit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.

Donec tristique

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed dosit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.

Donec tristique

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed dosit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.

Donec tristique

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed dosit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.

2500

Vestibulum gravida

2500

Malesuada Fames

90%

Vitae Convallis

1350

Vestibulum vitae Tellus

Vestibulum vitae tellus

Orci varius natoque


Aliquam eget

Magnis Dis Parturient


Proin Tincidunt

Cras Eros Elit


How to Fix Too Many Redirects in WordPress

If you experienced the too many redirects error after installing WordPress with https enabled and then you change the http to https in general settings then this is probably the fix you need, but only if you’re using an nginx ssl terminator to an Apache http localhost.

You’ll know whether you are or not because in your nginx host file you’ll have this, and if you don’t have it then that could be one more reason your stuff is broken:

proxy_set_header X-Forwarded-Proto https;

So if clearing your cookies and cache doesn’t work like every other tutorial tells you and the above nginx  setup sounds familiar then edit your

wp-config.php

file and add this code to it just after the comments section.

if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';

and you’re done, give it a try now and see whether the redirect loop is fixed.


Use the Microsoft 365 admin center to enable or disable SMTP AUTH on specific mailboxes

Use the Microsoft 365 admin center to enable or disable SMTP AUTH on specific mailboxes

  1. Open the Microsoft 365 admin center and go to Users > Active users.
  2. Select the user, and in the flyout that appears, click Mail.
  3. In the Email apps section, click Manage email apps.
  4. Verify the Authenticated SMTP setting: unchecked = disabled, checked = enabled.

    When you’re finished, click Save changes.


There was a problem checking this device’s license status

To resolve this:

Close any open office products

run cmd as admin

cd C:\program files\Microsoft office\office16   (or program files (x86), whatever’s relevant)

type in: cscript ospp.vbs /dstatus

this generates a list of all the license keys install on your pc. You want to look at the last line of each paragraph: “Last 5 characters of installed product key: *****”

type in: cscript ospp.vbs /unpkey:*****   (whatever those 5 chars where). repeat this for every license key installed.

Once they’ve all been removed. Open an office program, sign back in and you’re done


Microsoft 365 – Set password expiration policy

  1. In the admin center, go to the Settings > Org Settings.
  2. Go to the Security & privacy tab. If you aren’t a global admin, you won’t see the Security and privacy option.
  3. Select Password expiration policy.
  4. If you don’t want users to have to change passwords, select the checkbox next to Set user passwords to expire after a number of days.
  5. Type how often passwords should expire. Choose a number of days from 14 to 730.
  6. In the second box type when users are notified that their password will expire, and then select Save. Choose a number of days from 1 to 30.
  7. When the user’s password expires, they’ll get a notification that appears in the lower right corner of their screen.