How to do a 301 redirect with NGINX and Virtualmin
How to redirect pages to another location using NGINX There are a few different ways to redirect pages from one location to another with NGINX.
How to redirect pages to another location using NGINX There are a few different ways to redirect pages from one location to another with NGINX.
Background Setting up and using NGINX with Virtualmin is well supported and dead easy. Instructions are already provided here but in this article we will
On an NGINX hosted website when accessing /wp-admin on your WordPress hosted website, you might encounter the following error: 502 Bad Gateway 500 errors often
How to test and optimise your website speed Here is a brief summary of tools you can use to test the speed of your website.
This quick guide will show you how to set up an NGINX and UncomplicatedFirewall on an Ubuntu Server Update Packages to bring your system up
Whilst running a longer running script on a web server running Virtualmin, you see the following error: Internal Server Error The server encountered an internal
This table shows two of the the most common HTTP server status codes. Error Code Meaning 500 Internal Server Error This error is somewhat illusive
Whilst browsing a website you get a ‘HTTP Server 500 Error’ and the page does not display correctly. Resolution: The fact of the matter is
In .htaccess RewriteEngine On RewriteCond %{QUERY_STRING} ^(.+)/$ RewriteRule ^ %{REQUEST_URI}?%1 [R=301,L,NE] Now all https://sitename.com/url?hello=world/ URLs will become https://sitename.com/url?hello=world If changing the .htaccess file doesn’t seem to
This article explains how to redirect all traffic directed at “www” to your website domain without the “www”. Create a .htaccess file in the root