1
veggieryan
1host-4xoopsSites-1database-many domains
  • 2004/6/27 20:26

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


Okay
I have been searching the forum archives and no answer seems to exists for this problem.
I succeded in setting up 4 different XOOPS sites sharing users via the Subsite module.
http://www.thefractal.org.. the other sites are in the partners...
all that works except users from other sites dont show up in the dialog to make a forum private... wierd.. i can see users from other sites in any edit user admin section though..
users can sign up for one site and then log into any 1 of the 4 they chose and thats what i wanted so great...

however...

i set up an .htaccess file to forward people looking for http://www.realenergy.net or http://www.veggieboys.com to that XOOPS install at
http://www.thefractal.org/xoopsRealenergy/
it works to get them there but once they sign in, they are mysteriously redirected to the root of http://www.thefractal.org...
why is this?
if they go directly to
http://www.thefractal.org/xoopsRealenergy/
they can log in without problems..

here is my .htaccess file


AuthUserFile /dev/null
AuthGroupFile /dev/null

RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} veggieboys.com
RewriteCond %{REQUEST_URI} !xoopsRealenergy/
RewriteRule ^(.*)$ xoopsRealenergy/$1 [L]
RewriteCond %{HTTP_HOST} realenergy.net
RewriteCond %{REQUEST_URI} !xoopsRealenergy/
RewriteRule ^(.*)$ xoopsRealenergy/$1 [L]

thanks for helping
ryan.

2
Mikhail
Re: 1host-4xoopsSites-1database-many domains
  • 2004/6/27 22:35

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19



Login

Who's Online

357 user(s) are online (81 user(s) are browsing Support Forums)


Members: 0


Guests: 357


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits