Title: reklow's Replies | WordPress.org

---

# reklow

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

 *   [Profile](https://wordpress.org/support/users/reklow/)
 *   [Topics Started](https://wordpress.org/support/users/reklow/topics/)
 *   [Replies Created](https://wordpress.org/support/users/reklow/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/reklow/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/reklow/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/reklow/engagements/)
 *   [Favorites](https://wordpress.org/support/users/reklow/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: [[Friends Only] [Plugin: Friends Only] Friends only ignores sentry.php exclude URLs](https://wordpress.org/support/topic/plugin-friends-only-friends-only-ignores-sentryphp-exclude-urls/)
 *  Thread Starter [reklow](https://wordpress.org/support/users/reklow/)
 * (@reklow)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-friends-only-friends-only-ignores-sentryphp-exclude-urls/#post-2912505)
 * Dear Gabe,
    I’ve just tested your friends-only-beta release. It seems to work
   for me. Thanks for your support. Reklow
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Friends Only] [Plugin: Friends Only] Friends only ignores sentry.php exclude URLs](https://wordpress.org/support/topic/plugin-friends-only-friends-only-ignores-sentryphp-exclude-urls/)
 *  Thread Starter [reklow](https://wordpress.org/support/users/reklow/)
 * (@reklow)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-friends-only-friends-only-ignores-sentryphp-exclude-urls/#post-2912373)
 * Dear Gabriel,
 * it seems that I’ve got it working. I changed two rewriting lines in your sentry.
   php Code to fit my WordPress URL which looks like this
 * [https://www.domain.com/myblog/](https://www.domain.com/myblog/)
 * These changes I’ve implemented:
 * < $base_WP_URI = strtolower(get_bloginfo(‘wpurl’));
    < $clean_URI = strtolower(‘**
   https:**//’.$_SERVER[‘SERVER_NAME’].$_SERVER[‘REQUEST_URI’]); — > $base_WP_URI
   = **str_replace(‘www.’,”,**strtolower(get_bloginfo(‘wpurl’))**)**; > $clean_URI
   = **str_replace(‘www.’,”,**strtolower(‘[http://&#8217](http://&#8217);.$_SERVER[‘
   SERVER_NAME’].$_SERVER[‘REQUEST_URI’])**)**;
 * I’m not a programmer so I could not really overview the result of my changes.
   Is this a good solution or did I broke something else?
 * Thanks,
    Reklow

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