Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
apache2 や php を使用してステータス コード 426 Upgrade Required を返したいです。
これどうやってするの?
http ステータス コードでリダイレクトを設定できる mod_rewrite しか見つかりませんでした。
modrewriteは仕事をします...
<VirtualHost *:80> ServerName mydomain.com RewriteEngine on RewriteRule .* - [R=426,L] </VirtualHost>