/ Published in: Apache
Expand |
Embed | Plain Text
RewriteEngine On RewriteCond %{REQUEST_URI} !=/tempIndex.html RewriteRule ^ /tempIndex.html [R=301]
You need to login to post a comment.
batfan on 04/20/11
2 people have marked this snippet as a favorite
RewriteEngine On RewriteCond %{REQUEST_URI} !=/tempIndex.html RewriteRule ^ /tempIndex.html [R=301]
You need to login to post a comment.