Hi All,

I'm having a bit of trouble moving my habari install to a new server
with a different domain name. I've had a live habari site up for a
while, and now I'm trying to set up a dev server on my local network
and mirror the habari install there. The problem is, whenever I point
my browser to the habari directory on my dev server (https://
192.168.1.2/blog) I get redirected to my live site (https://usrsb.in/
blog). Anyone know why this is happening? I've looked at the wiki, but
it only contains instructions for moving habari to a different
directory on the same domain. I've looked at my rewrite rules, and i
don't think they're the problem (I'm running nginx):

location / {
                root   /var/www/usrsbin;
                index  index.php;
                if (!-e $request_filename)
                {
                       rewrite ^/blog/(.*)$ /blog/index.php?$1 last;
                }
        }

Any ideas?

Thanks a lot!
Alex Beal

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/habari-users

Reply via email to