Advertisement
Guest User

Untitled

a guest
Jan 27th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. {if segment_2 != ""}
  2. {if "movies|books|music" *= segment_2}
  3. {!-- all is well (there is no "does not contain" directive in EE) --}
  4. {if:else}
  5. {!--redirect="404"--}
  6.  
  7. {!-- TEMPORARY WORKAROUND--}
  8. {exp:channel:entries
  9. channel="resources"
  10. url_title="does_not_exist"
  11. disable="categories|category_fields|custom_fields|member_data|pagination"}
  12. {if no_results } {redirect="404"} {/if}
  13. {/exp:channel:entries}
  14. {/if}
  15. {/if}
  16.  
  17. {if {exp:stash:is_empty name="current_category_name"}}
  18. <?php
  19. $this->EE->output->set_header("HTTP/1.0 404 Not Found");
  20. ?>
  21. {!--redirect="404"--}
  22. {redirect="error/error-404"}
  23. {/if}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement