Apache

Fixing Access Forbidden (403) issues after migrating WordPress to a static site

After migrating a WordPress site to static files, Google Search Console may start sending you notifications about page indexing problems. Often the issue will be marked as ‘Blocked due to access forbidden (403)’. In this article I will explain in detail why this happens and a simple solution to fix it.

Fixing Access Forbidden (403) issues after migrating WordPress to a static site Read More »

How to fix https version of a site redirecting to the wrong domain

Some hosting providers restrict customers to a single SSL/TLS certificate per socket. (In simple terms, a socket is the combination of IP address and port number.) Since Apache listens to port 80 for non-SSL connections and port 443 for SSL connections on the same IP address, customers usually need a separate IP address for each

How to fix https version of a site redirecting to the wrong domain Read More »

Scroll to Top