About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
de1vin
10/18/2019 - 6:28 PM
share
Share
add_circle_outline
Save
php redirect
redirect.php
content_copy
file_download
<?php header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.host.ru"); exit();
clear