9 May

Running WordPress in subdirectory

As MageStack uses Nginx as the web server, you need to add the following rewrite rules to your respective domain's general rules. Eg. For example.com /microcloud/domains/example/domains/example.com/___general/example.com.conf With the following file contents location /wordpress {try_files $uri $uri/ @wordpress;} location @wordpress { … Continue reading

8 May

What is an emergency

Examples of an emergency are: Server is inaccessible and unresponsive from multiple locations Store is inaccessible and unresponsive from multiple locations Loss of ability to checkout Examples of non emergencies are: You are looking to prioritise a non-critical request above … Continue reading