Web Hosting: A Promising Business in the Future

Who is not familiar with web hosting services. Raise your hand! Well, web hosting service is a promising business in the future. Why not? For those who provide this web hosting services will be able to make a profit in just a moment. The most important thing is, quality web hosting services must be on [...]

Share
[Read more...]

Redirecting URL Without www to URL With www Using .htaccess File

Today I learnt something new again about how to redirect my website if the visitors type in their browser such as this address: http://openscriptsolution.com (without prefix www.) then the browser will be automatically redirected it to the http://www.openscriptsolution.com (with prefix www.). This is very important for those of you who have the website, since you [...]

Share
[Read more...]

Another Solution to Redirect from Old URL to New URL Using Simple 301 Redirects Plugin

Today I found another solution that worked really fine to redirect from old URL to new URL permanently by using Simple 301 Redirects plugin. I have tested this plugin and it worked like a charm. Before I found this plugin, I had tried to use the redirect 301 by using .htaccess file, but unfortunately, it [...]

Share
[Read more...]

Auto Redirect From The Old URL to The New URL of My Website

I was migrating my articles from my old website which not using WordPress to the new one that using WordPress. Just for your information, the domain of that my website was not changed. Only the URL of all my articles on the old website that become being changed on my new website, and with the [...]

Share
[Read more...]

How to Detect Default Client’s Browser Language Using PHP

The following code will be able to detect default client’s browser language. I have tested this code by using Mozilla Firefox (FF) version 3.5.2 and Internet Explorer (IE) version 8 browser. Both of those browsers worked like a charm! If you want to try using FF browser, go to the menu on that browser: Tools [...]

Share
[Read more...]