2 min read
Is Your Construction Website Mobile-Friendly? Here’s How to Optimize It.
Is your website mobile friendly? Your construction website is like a house: it should be well-built, functional, and visually appealing. ...
Improve customer satisfaction and increase operational efficiency with a client portal.
Take control of your operations with customized software solutions.
Help your in-house dev team get more done, faster with our Midwest-based experts.
# BEGIN Website HTTPS Redirect
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.WEBSITEADDRESSHERE.COM/$1 [R,L]
</IfModule>
# END Website HTTPS Redirect
o User Enumeration Security Rule
# BEGIN User Enumeration Security Fix
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/wp-admin [NC]
RewriteCond %{QUERY_STRING} ^author=d+ [NC,OR]
RewriteCond %{QUERY_STRING} ^author={num
RewriteRule ^ - [L,R=403]
</IfModule>
# END User Enumeration Security Fix
# BEGIN User Enumeration Security Fix
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/wp-admin [NC]
RewriteCond %{QUERY_STRING} ^author=d+ [NC,OR]
RewriteCond %{QUERY_STRING} ^author={num
RewriteRule ^ - [L,R=403]
</IfModule>
# END User Enumeration Security Fix
2 min read
Is your website mobile friendly? Your construction website is like a house: it should be well-built, functional, and visually appealing. ...
3 min read
So you built a brand new website, which took a lot of time, money, and/or resources. As soon as you launch it, you get a text from a someone...
6 min read
Your new website has launched. Congratulations! Now what? How do your marketing campaigns align with the new website? What’s an SEO...