|
|
|
|
![]() ![]() |
May 9 2005, 08:52 PM
Post
#1
|
|
|
Member [Level 2] ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 78 Joined: 18-January 05 Member No.: 3,318 |
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 www.mysite.trap17.com/newsitename 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?
|
|
|
|
May 10 2005, 02:55 AM
Post
#2
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 516 Joined: 29-April 05 From: Canada Eh?!? Member No.: 6,408 |
I'm no expert but that plan sounds just fine to me.
|
|
|
|
May 10 2005, 09:37 AM
Post
#3
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 512 Joined: 26-September 04 From: Googland Member No.: 1,278 |
QUOTE(Dayzed @ May 10 2005, 04:52 AM) 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 www.mysite.trap17.com/newsitename 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? 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 www.yoursite.trap17.com/newfolder 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: CODE <html> <head> <title></title> <meta http-equiv="refresh" content="3;url=http://www.yoursite.trap17.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://www.yoursite.trap17.com/newfolder/": Determines where the user will be redirected to... You can play around with this... So next time a user types http://www.yoursite.trap17.com, he will be taken to http://www.yoursite.trap17.com/newfolder/ Isn't this fun? Googlue |
|
|
|
May 10 2005, 05:24 PM
Post
#4
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 128 Joined: 21-April 05 From: UK Member No.: 5,978 |
What you stated is whats usually called /you not a subdomain, a subdomain would be www.NEW.yoursite.trap17.com.
Are sure you know how to code a forum from scratch, if so I cant wait to see it ~ Munchie ~ |
|
|
|
May 10 2005, 08:09 PM
Post
#5
|
|
|
Member [Level 2] ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 78 Joined: 18-January 05 Member No.: 3,318 |
QUOTE(Munchie @ May 10 2005, 12:24 PM) What you stated is whats usually called /you not a subdomain, a subdomain would be www.NEW.yoursite.trap17.com. Are sure you know how to code a forum from scratch, if so I cant wait to see it ~ Munchie ~ 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... |
|
|
|
May 11 2005, 08:00 AM
Post
#6
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 512 Joined: 26-September 04 From: Googland Member No.: 1,278 |
QUOTE(Dayzed @ May 11 2005, 04:09 AM) 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... 3You 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 |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 12th October 2008 - 09:41 AM |