Topic: Designing/Development Tips

SSL Redirect on Network Solutions Shared Web Hosting 1

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 On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ 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 On
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]

OR

RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]


None of these will work on network solutions.com and your website will stuck in an infinite loop and show error page.

SSL Redirect on Network Solutions Shared Hosting

Here’s the reason: Continue Reading >>

How to Make a Splash with Your WordPress Blog 0

Content and design go hand in hand in blogs. Whether you are blogging for a living or you simply want to share personal experiences online, leaving a good, lasting impression to your visitors has certainly crossed your mind. Here are some suggestions on how to design your WordPress blog to make it more attractive to your visitors:

Choose well-designed themes

WordPress comes with functional themes that can be easily installed. The default theme Twenty Ten has spawned variations and is easily configurable in terms of colors, backgrounds, widgets and other features. Scour the theme database and find the layout that Continue Reading >>

10 Best Graphic Design Samples 0

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 like them:

Advertisement & Sales Banner

Lovely Face Expressions

Edited Image

Box Design

Vector Design

Girl & Boy with Mobile

Budha Face Expression

Skull Design

Cartoon Character Design

Vector-Girl Design Continue Reading >>

How to Create Great Blog Post Graphics – Tools 2

There has been a significant rise in no. of tool for enhancing blog post graphics which has result in few simple steps for bloggers to create their own custom images to personify their posts.

A Blog is a total package; even the brilliance of writing could easily be held back because of dull or irrelevant pictures or videos, medicine design and formatting along with easiness of access to the posts. Even some of the average posts get away with an extraordinary video or amazing image that could lead to great success. Including, pilule once you create a great image, in Continue Reading >>