jeremykendall

Redirect if Options Indexes

Nov 21st, 2011
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2. $web = "http://" . $_SERVER['SERVER_NAME'] . "/ta2";
  3. header("Location:$web ");
  4. /*
  5.  *  Redirect the Curious to the Root Dir.
  6.  */
  7. ?>
  8.  
Advertisement
Add Comment
Please, Sign In to add comment