News Posts

P

How to blanket redirect AMP URLs in Apache .htaccess

Posted on: October 21, 2022

Written by: Mick Sherry

If you’ve removed Accelarated Mobile Pages (AMP) from your website or blog, you may need to redirect all the old /amp/ URLs back to the original, non-AMP URL. To do this automatically, add this line to the .htacces file on your apache server: RewriteEngine On RewriteCond %{REQUEST_URI} (.+)/amp(.*)$ RewriteRule ^ %1/ [R=301,L] This will blanket […]

How to hide the Google Invisible reCAPTCHA badge

Posted on: October 06, 2022

Written by: Mick Sherry

Hide Google Invisible reCAPTCHA badge with CSS Here’s how to easily hide Google’s Invisible reCAPTCHA badge with CSS in 2 minutes. Do this the wrong way & it will disable your spam protection. If you aren’t confident in doing this, you can hire me to do it for you. I recently helped this tree removal […]

Click-To-Call Send Message