301 redirect on IIS To Fix Domain Issues In Windows

clicking-hard-drive-post

Redirecting Requests to Files, Directories, or Programs (IIS 6.0) You can redirect requests for files in one directory to a different directory, to a different Web site, or to a file in a different directory. When the browser requests the file from the original URL, the Web server instructs the browser to request the page from the redirected URL. An advanced capability of the redirect method … [Read more...]

Use mod_rewrite To Deal With Database Driven URLs

diskdrive

Perhaps you're familiar with that little bit of Apache server magic known as mod_rewrite. You may already know that it can take your ugly, unwieldy, dynamic URLs that look like: http://yoursite.com/index.php?item=muumuu&color=blue&size=large ...and turn them into static-looking URLs that are easier on the eyes: http://yoursite.com/muumuu/blue/large or … [Read more...]

Search Engine Optimization ABCs and FAQs

META-TAGS META-TAGS are the part of your website’s HTML code that allows a search engine to easily identify your site’s content. In the infancy of search engine optimization, meta-tags were the primary vehicle marketers and coders used for attracting search engine traffic. Today, search engines examine more than meta-tags; they take into account site content, internal link structure, and link … [Read more...]