← Back to the blog

Trendy Omni Beanbag

Sep 25, 2006 3,406 Comments

omni.jpg
Omni Bean Bag

First of all, thanks to Andrew, from Sumo, for offering me an Omni beanbag. When Andrew offered me “the world’s most comfortable product”, the Sumo Omni, I thought he was joking. So I went to their website to do some research about this Omni product. I found out that Omni has been published in many famous places like TechTV, Globe & Mail, Toronto Star, HGTV, and even Playboy Magazine. Since I was in need of a trendy lounge chair for my new apartment, I accepted the offer. It took me a while before I finally decided to choose a color, because there are too many beautiful colors available. As a designer, I think Sumo did a great job with the color selection because color is everything! more

301 .htaccess Redirect

Sep 15, 2006 16,679 Comments

After the implementation of WordPress, some of the URLs and paths on this site have changed. To prevent getting 404 File Not Found error (traffic coming from links, bookmarks and search engines), I use .htaccess 301 redirect. Htaccess redirect is better than the meta refresh or redirect tag because there is no delay as the browser reads the .htaccess file first. Here is how it works.

Go to your site’s root folder, download the .htaccess file to your local computer and edit it with a plain-text editor (ie. Notepad). If you are using FTP Client software and you don’t see any .htaccess file on your server, double check your setting and make sure you have turn on invisible / system files.

To Redirect Certain Page(s):

Redirect 301 /oldpage.html http://www.yoursite.com/newpage.html
Redirect 301 /oldpage2.html http://www.yoursite.com/folder/

To Redirect Entire Site:

Redirect 301 / http://www.new-site.com/

Newer Entries