Can I use mod_rewrite?

Mod_rewrite is an Apache web server module installed on all of our web servers by default, all our web hosting accounts support mod_rewrite functionality.

What is mod_rewrite?

Mod_rewrite manipulates browser-submitted URLs and translates them to deliver content to the browser. This process takes places entirely server-side and without the browser's knowledge. The resulting content appears to have originated from the submitted URL, much like masking. However, this functionality is different from that of classic redirection, which simply points a browser to a different web server location.

Because mod_rewrite effectively disguises how and from where content is served, it can increase site security. It also benefits sites that utilize search engines, since search engines work best with static URLs. Mod_rewrite removes the dynamic portion of the URL, effectively making it static, thus preventing potential conflicts and increasing site visibility.

  • 134 Users Found This Useful
Was this answer helpful?

Related Articles

Redirect to maintenance page during upgrade using .htaccess

Redirect your visitor to maintenance page is a must when you are upgrading your site. Now you can...

How do I redirect parked domains to the main account domain using mod_rewrite?

Sometimes to protect your brand you will have several domains relating to one site however you...

How do I force my website to use/not use the "www" prefix?

To force all website visitors to use either user the www. part of the domain or not in the URL...

How do I force a redirect from http to https?

If you want to redirect your visitors to the secure version of your site, you can use the...

Redirect to maintenance page during upgrade using .htaccess

Redirect your visitor to maintenance page is a must when you are upgrading your site. Now you can...