parsed.org
Redirect All Pages To Root by cygnus on Feb 27, 2007 12:16 PM

To redirect all pages to / with Apache, use mod_rewrite:

RewriteEngine On
RewriteRule \/.+ / [L,R]
apacheconfigurationmod_rewriteredirectrewriterules
RSS