Press "Enter" to skip to content
Home » Designing/Development Tips

Posts published in “Designing/Development Tips”

SSL Redirect on Network Solutions Shared Web Hosting

Those who are using Network Solutions as a hosting provider with a UNIX hosting package must be facing issues while setting-up redirection from HTTP to HTTPS. There many few ways to setting-up redirection through htaccess such as: RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] OR RewriteCond %{HTTP_HOST} ^domain.com$RewriteRule ^.*$ https://www.domain.com%{REQUEST_URI} [R=permanent,L] OR RewriteEngine OnRewriteCond %{HTTP_HOST} ^yourdomain.com [NC]RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]…

10 Best Graphic Design Samples

Thanks for the huge love to my artwork designs. In this article, I’m showcasing my latest graphic designs. I try to sum up current state-of-the-art graphic designs. The key feature of modern graphic design is simplicity so in these designs, whole my concentration was on simplicity. Well, here I post some of my best graphic designs & characters. Hope you…