Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. Redirect 404 /node/.*$
  2.  
  3. $path = current_path();
  4. if($path == 'node/23') {
  5. drupal_not_found();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement