Jump to content
xisto Community
Dayzed

Way To Have 'two' Sites? _

Recommended Posts

Alright, I have my site set up using the LUE2 source that I have edited. I cannot think of anything to do to make it 'original' so I want to use a different source. Is there a way I can have 'two' message boards? Would I just set a subdomain for it and call it something like http://forums.xisto.com/no_longer_exists/ if I wanted to do a subdomain? I want to code a board from scratch, but I dont want to have to get rid of my current site to do it until I get it perfected. So it will have next to no members and take up no disc space. Is there a way I could do that?

Share this post


Link to post
Share on other sites

Alright, I have my site set up using the LUE2 source that I have edited. I cannot think of anything to do to make it 'original' so I want to use a different source. Is there a way I can have 'two' message boards? Would I just set a subdomain for it and call it something like http://forums.xisto.com/no_longer_exists/ if I wanted to do a subdomain? I want to code a board from scratch, but I dont want to have to get rid of my current site to do it until I get it perfected. So it will have next to no members and take up no disc space. Is there a way I could do that?

139794[/snapback]


 


 

If you are not comfortable creating a subdomain through the cpanel, you can just create a folder and create the boards inside that folder. Then the new board would be accessible through http://forums.xisto.com/no_longer_exists/

 

Then is the problem of redirecting everyone to your new board. If you have current users in the present board, just make a new file called index.html and keep it in the source folder. These should be the contents of the index.html file:

 



<html><head><title></title><meta http-equiv="refresh" content="3;url=http://yoursite.XISTO.com/newfolder/;</head><body bgcolor="#FFFFFF">You will be redirected to the new board in 3 seconds...</body></html>

Notice that there are 2 variables here in the code.

 

1. content="" : Determines the time in seconds after which the user will be redirected to the new url

 

2. url=http://forums.xisto.com/no_longer_exists//;: Determines where the user will be redirected to...

 

You can play around with this...

So next time a user types http://forums.xisto.com/no_longer_exists/, he will be taken to http://forums.xisto.com/no_longer_exists//

 

Isn't this fun?

 

Googlue



Share this post


Link to post
Share on other sites

What you stated is whats usually called /you not a subdomain, a subdomain would be http://forums.xisto.com/no_longer_exists/.

 

Are sure you know how to code a forum from scratch, if so I cant wait to see it :(

 

:P

 

~ Munchie ~

140132[/snapback]


Yeah, I know how to, it might just take me while to do it!

 

And thanks for the redirecting thing, I was looking for somthing similar and people kept telling my how to create more than one MySQL databases... :(

Share this post


Link to post
Share on other sites

And thanks for the redirecting thing, I was looking for somthing similar and people kept telling my how to create more than one MySQL databases...  :(

140171[/snapback]

3

 

You are welcome buddy,

 

You will always get what you want here at T17.

You just need to ask the right question in the right forum and hope that the right person answers you :P

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.