301 Moved Permanently, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.
Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.
GET / HTTP/1.1 Host: gm8.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css"> html, body { height: 100%; } body { margin: 0; font: 28px Arial, sans-serif; background: #888888; } .flex-container { height: 100%; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; } .row { width: auto; } .flex-item { padding: 5px; width: 600px; height: 50px; margin: 20px; line-height: 20px; color: white; font-weight: bold; font-size: 2em; text-align: center; } </style> </head> <body> <div class="flex-container"> <div class="row"> <div class="flex-item">domain for sale</div> <div class="flex-item">[email protected]</div> </div> </div> </body>