koptein / dabr

Automatically exported from code.google.com/p/dabr
0 stars 0 forks source link

How to install 2 or more dabr in a server #347

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What are the steps to trigger the problem?
1) well. i was trying to install dabr in this domain 
http://twitter.awangn6600.com (call it site A) , it's success and working. but 
when i install another dabr to http://twitter.awangn6600.com/1 (site B), the 
oauth seems doesn't return the correct API, i mean, when i open site B , it 
redirect me to site A's API.
I attach an illustration to make easier to understand (sorry, i have bad 
english.... that's why you maybe not understand what i'm trying to say)

Original issue reported on code.google.com by awang.n6...@gmail.com on 17 Sep 2012 at 6:53

Attachments:

GoogleCodeExporter commented 8 years ago
you have to write rewrite rule 
RewriteBase /subdomain/   

in your case it's
RewriteBase /1/

Original comment by saif4...@gmail.com on 18 Oct 2012 at 4:36

GoogleCodeExporter commented 8 years ago
oh, so i should write each dabr installation folder in main .htaccess ?

ok thanks, will try :)

Original comment by awang.n6...@gmail.com on 21 Oct 2012 at 11:11