Apache 側でリダイレクトする設定です。
<VirtualHost *:80>
ServerName example.com
ServerAlias www.example.com
RedirectMatch ^(.*)$ http://redirected.com$1
</VirtualHost>
Go to list of users who liked
More than 5 years have passed since last update.
Apache 側でリダイレクトする設定です。
<VirtualHost *:80>
ServerName example.com
ServerAlias www.example.com
RedirectMatch ^(.*)$ http://redirected.com$1
</VirtualHost>
Register as a new user and use Qiita more conveniently
Go to list of users who liked