Title: sc567's Replies | WordPress.org

---

# sc567

  [  ](https://wordpress.org/support/users/sc567/)

 *   [Profile](https://wordpress.org/support/users/sc567/)
 *   [Topics Started](https://wordpress.org/support/users/sc567/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sc567/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sc567/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sc567/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sc567/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sc567/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Create 2 user group with the same permission](https://wordpress.org/support/topic/create-2-user-group-with-the-same-permission/)
 *  [sc567](https://wordpress.org/support/users/sc567/)
 * (@sc567)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/create-2-user-group-with-the-same-permission/#post-430805)
 * with [http://www.redalt.com/wiki/Role+Manager](http://www.redalt.com/wiki/Role+Manager)
   you can create and modify user roles
    I think this is what you need
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Steals 404](https://wordpress.org/support/topic/wordpress-steals-404/)
 *  [sc567](https://wordpress.org/support/users/sc567/)
 * (@sc567)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/wordpress-steals-404/#post-360035)
 * Haven’t tried it myself, but try to include (and remove everything else) this
   in your 404-template page (‘404.php’):
 * <?php
    header(‘Location: /location/of/own/404’); ?>
 * Or the other way around: put in your .htaccess:
    ErrorDocument 404 /404 (which
   doesn’t exist ofcourse :P), which will redirect all out-of-wp-404’s to your wp-
   404 (if it exist with a 404.php or another template with is_404() in it)
 * Hope this helps

Viewing 2 replies - 1 through 2 (of 2 total)