1[root@selenium02 ~]# docker rmi ad66a5961263 2Error response from daemon: conflict: unable to delete ad66a5961263 (must be forced) - image is being used by stopped container 088219585a61 3[root@selenium02 ~]# docker rmi -f ad66a5961263
Read More1root@example.com:/var/www/sites/yoursite.example.com/www# git diff .htaccess 2diff --git a/www/.htaccess b/www/.htaccess 3index 440cabc..968f601 100644 4--- a/www/.htaccess 5+++ b/www/.htaccess 6@@ -93,6 +93,12 @@ DirectoryIndex index.php index.html index.htm 7# RewriteCond %{HTTP_HOST} !^www\. [NC] 8# RewriteRule ^ …
Read More