1

Topic: Multiple domains...

I have:

mysite.com
mysite.net
mysite.org

All of them point to the same hosting account.  Is there any way to configure it so that punbb will work even though in my config I have mysite.com as the base url?  People from the .net and .org site seem to be able to browse OK, but when they post or edit, punbb gets confused.

t2

Re: Multiple domains...

Well, it would require modifying the code
One way to do it would be to modify admin_options.php so base_url is a textarea, and then modify the confirm_referrer function to loop through every URL in the box

Re: Multiple domains...

Smartys wrote:

Well, it would require modifying the code
One way to do it would be to modify admin_options.php so base_url is a textarea, and then modify the confirm_referrer function to loop through every URL in the box

Anyone have success doing this? because i need make it work on my website since i have multi domains . Please help.

Re: Multiple domains...

Why not use a 301?

http://www.isitebuild.com/301-redirect.htm

~James
FluxBB - Less is more

5

Re: Multiple domains...

I'd agree with Dr.Jeckyl. Unless you have a specific reason to keep the domains appearing as separate entities, just redirect two of them to the primary domain.