htaccess 229 B

12345678910
  1. Redirect /linux http://www.linux.org
  2. Redirect 301 /kernel http://www.linux.org
  3. # comment
  4. RewriteEngine on
  5. RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*
  6. RewriteRule ^/$ /homepage.max.html [L]
  7. RewriteRule ^/$ /homepage.std.html [L]