How to redirect a webpage

Written by Jay
Here are some of methods you can try to redirect webpage. 301 Redirect 301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It’s not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it’s the safest option. The code "301" is interpreted as "moved permanently". Below are a Couple of methods to impl... Continue reading
Apr
25

htaccess 301 redirect tutorial

Written by Jay
A 301 redirect via .htaccess is the most efficient and spider/visitor friendly strategy around for web sites that are hosted on servers running Apache (check with your hosting service if you aren’t sure).  It’s not that hard to implement and it should preserve your search engine rankings for that particular page. If you *have* to change file names or move pages around, it’s the safest option. A 301 redirect is implemented in your ... Continue reading
Apr
25

How to use Server.MapPath

Written by Jay
Each file on a Web server has two ways of being accessed – through a virtual path and through a physical path. The virtual path is the path one would enter into their browser’s Address bar, for example: http://www.yourserver.com/someDirectory/someFile.asp The bold part of the URL above is referred to as the virtual path. The physical path is the actual drive, directory, and filename of a particular file on the Web server. For example, on your computer, if... Continue reading
Apr
24

Open Source Content Management Systems

Written by Jay
We currently live in a time where Search Engines rule the internet, and content is king. As companies and individuals alike try their hand at personally building their web presence, there are many factors that can make the task unbearable and overwhelming. Even for those of us who are in the web development and the marketing industry, starting a website from scratch is a somewhat daunting task. This is where Open Source Content Management Systems (CMSs) offer some of the m... Continue reading
Apr
18

HostMonster Review

Written by Jay
HostMonster has gathered together a fantastic management team who’ve put together an array of feature-packed hosting plans for all your website’s needs. Their technical and customer support is exceptional and all the conveniences they offer parallel those of their costlier contemporaries. ( Visit Hostmonster Now ) HostMonster is a one-size-fits-all web host compiling every imaginable feature and function into one quality, professional plan. You now get even bet... Continue reading
Apr
12

FatCow Hosting

Written by Jay
Since 1998, this Albuquerque, New Mexico-based web host was created with the aim of bringing web hosting down to earth. Observing how web hosts today seemed rife with dizzying pricing structures, over-your-head geek speak, and a striking lack of quality customer support, the folks at Fat Cow aimed to make having a website simple, and something anyone who wants one can create, publish, and manage easily. FatCow even hosts a scaled-down service called MiniMoo for people and... Continue reading
Apr
12

Configure default page in .htaccess

Written by Jay
When a surfer accesses your website, the server checks the root folder for an index file. Some examples of common index files are: index.html, index.htm, index.php, index.cgi, index.pl. The supported index files depend on the how the server is set up. Your default web hosting server might be set to: DirectoryIndex index.html index.shtml index.php index.htm default.html Default.htm default.html Default.html default.shtml Default.shtml page1.html index.pl index.cgi index.ph... Continue reading
Apr
09