Thread Starter
reklow
(@reklow)
Dear Gabe,
I’ve just tested your friends-only-beta release. It seems to work for me.
Thanks for your support.
Reklow
Thread Starter
reklow
(@reklow)
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/
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://’.$_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