Advertisement
Guest User

redirect php

a guest
Jul 17th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <? php
  2. $url = "http: //". $ _ SERVER ['HTTP_HOST']. $ _ SERVER ['REQUEST_URI'];
  3. $ban = "https://appsapk.site/download/311/com.icandesignapp.all";
  4. if ($url == $ban){
  5. header('Location: https://appsapk.site/404.php');
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement