View your website in older browser versions

As developers and webmasters it is always important to make sure your website works in several different web browsers. There are some users out there according to statistics that are still using the old Internet Explorers 6 and 7 and other older versions of Firefox. A great tool for viewing your website in those older versions is the following website.

  • 140 Users Found This Useful

Was this answer helpful?

Related Articles

Redirect http to https and www

To forward a website to use both www. and https:// use the following in an .htaccess file:...

Create a 410 Redirect for Missing Files

A redirect which is often forgot about is the 410 redirect. This is search engine friendly in the...

What is a virtual Domain?

A virtual domain is the base URL of the domain name. Examples include yourdomain.com, and...

Disable error_log via htaccess

Prevent public display of PHP errors via htaccess# supress php errorsphp_flag...

htaccess referral redirect

It is often useful to redirect a visitor to a page based on the referring website. There are...