Forum Moderators: phranque
Sorry for the complicated title, not sure best how to describe what i need to do -- but here goes.
I have 2 domains, both are 'addon' domains on my HostGator account.
Domain 1
goes to public_html\domain1
Domain 2
currently goes to public_html/domain2
but i need it to go to public_html/domain1/subdirectory
So I can get my Joomla installs to share users.
I have tried various RewriteBase forumlas to home/username/public_html/domain1/subdirectory and ../domain1/subdirectory but neither seem to work.
Got some 404s, 505s and a few that just seemed to ignore RewriteBase all together.
Anyone have any ideas? This even possible?
As a result, it's likely you may need to resort to using *nix symlinks (symbolic links) to make it appear that the resources you wish to share reside within the current Document_Root. Or alternately, if you have access to httpd.conf, you may be able to use Apache's Alias and ScriptAlias directives to accomplish much the same thing. This would be your only alternative if you've got Apache running on Windows, since Windows doesn't support symlinks.
Jim