Magento 2 Unable to proceed: the maintenance mode is enabled
When i visit a Magento 2 site, i get error 1 exception(s): Exception #0 (Exception): Unable to proceed: the maintenance mode is…
When i visit a Magento 2 site, i get error 1 exception(s): Exception #0 (Exception): Unable to proceed: the maintenance mode is…
Here are list of popular Free WordPress themes. Kadence Kadence is a multipurpose WordPress theme that is available for free download and…
On Ubuntu 18.04 server running PHP 7.2, i want to install Microsoft SQL Server module for PHP. You can find PHP module…
In Google Kubernetes Engine, Nodes are Google Complete Engine (Virtual Machiens). Pods run inside Nodes. A Kubernetes cluster can contain multiple node…
To scale a deploymenet in Kubernetes using kubectl, run kubectl scale deployment DEPLOYMENT_NAME –replicas=2 Example kubectl scale deployment my-frontend –replicas=2 See Kubernetes
Before you can run kubectl commands on Google Kubernetes Engine, you need to get credentials, this is done with command gcloud container…
On a web application, session not working. I verified PHP session is working with script https://gist.github.com/serverok/8c504205ae0357e0c6488eab880a77bf When refreshing the script, the number…
To white list an IP address in imunify360 firewall, you can run command imunify360-agent whitelist ip add 1.2.3.4 –comment “one good ip”…
To install php redis extension on aaPanel control panel, run cd /usr/local/src git clone https://github.com/phpredis/phpredis cd /usr/local/src/phpredis phpize ./configure make make install…
On Apache server, React Application works fine, but if you refresh a page, it shows 404 error. This is because the application…
CyberPanel is a free open source control panel for web hosting. It use OpenLiteSpeed web server. You have the option to use…
I want all my SSH connection go through a VPS so my IP address stay same even if my ISP changes IP.…