Re: And idea why I can\'t add friends?
Interesting. When I change the htaccess file to include this line:
# stop looping code
RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule .* - [L]
The error message that gets logged when I try to add a friend changes to this:
File does not exist: /home/www/cl-t038-352cl.privatedns.com/public_html/satsangha.org/satsangha.org, referer: http://cl-t038-352cl.privatedns.com/public_html/satsangha.org/members/mandee/
But of course… changing the rewrite base to the below breaks pretty much the entire site:
RewriteBase /public_html/
Something tells me this won’t be a problem once the domain name is working and the Rewrite Base is just set to the root (forward slash).