Return to Snippet

Revision: 44884
at April 20, 2011 03:30 by batfan


Initial Code
RewriteEngine On
RewriteCond %{REQUEST_URI} !=/tempIndex.html
RewriteRule ^ /tempIndex.html [R=301]

Initial URL


Initial Description


Initial Title
HTACCESS - Redirect All Pages to One

Initial Tags
htaccess

Initial Language
Apache