I sometimes see that this is a very confusing question for people who’re just starting out or looking into web design for this business. I figured it’d make a good info-post to lay it down in plain ...
Continue readingHTTP to HTTPS Redirect htaccess
Add this code to .htaccess file. # BEGIN Force www & https <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{HTTPS} !on RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L] </IfModule> # END Redirect to www https This ...
Continue readingWebinar Funnel Best Practices
Webinar Funnel Best Practices is keep as simple as possible. Facebook ads to Webinar registration Page to Thank you page to Webinar. From here you can either go a one on one ...
Continue readingWIX vs WordPress vs SquareSpace: Why WordPress Is Better Than WIX Or SquareSpace
WIX vs WordPress vs SquareSpace and There are SO many articles on this subject. If you want to grow a business, don't use WIX! It's handy for hobby sites or anyone not really serious about creating substance. But ...
Continue reading