Studio Republic
Studio Republic
Trying out Digital Ocean for our hosting through Cloudways. This fires up a server which has write access to the public_html folder, but not the one above. So, it's trying...
Received this error when installing MODX with Gitify 0.11.0. I get a message saying the installation is Done, but when I check the install is incomplete and I get a...
It would be really useful to be able to turn off Content Blocks for new children
We are using pThumb to grab remote images and create thumbnails. We use S3 to store the thumbnails and this works fine, but images are also being stored in assets/components/phpthumbof/cache....
Uncached pages work fine, but anything which has been cached throws a 404. Here's my config ``` RewriteCond %{DOCUMENT_ROOT}/versant-homes/statcache%{REQUEST_URI}/~index.html -f RewriteRule ^(.*)$ versant-homes/statcache/$1~index.html [L,QSA] RewriteCond %{DOCUMENT_ROOT}/versant-homes/statcache%{REQUEST_URI} -f RewriteRule ^(.*)$ versant-homes/statcache/$1...