free
This is our archive, please go to the main forum page for the latest discussions and news about free web hosting.


Redirecting

tzyzhing
July 10th, 2005, 08:08
You see, I host from my house, my personal site and my school's site. Im using No-IP as I have a dynamic ip connection. The problem is, all the 5 domains given free by no-ip redirects to ONE place or rather called ONE FOLDER. How to I make them go different folders or website? Redirecting? Is there a scirpt for it?

Just to make this clear. I give example.

Lets say I've this five domain

http://blabla.sytes.net - personal page
http://abcd.sytes.net - School page
http://12345.sytes.net - Friend's page
http://sfafaeaf.sytes.net - Family page
http://hahahaa.sytes.net - Misc page

I would like them to go different place. How? Thanks in advance

overulehost
July 10th, 2005, 08:48
try this html code

<meta http-equiv='refresh' content='3; url=http://url.com'>

Robert
July 10th, 2005, 08:54
If i'm understanding you correctly, you want to host each site in it's own folder.

The easiest way is to use Apache's VirtualHost in your httpd.conf (if you're runnign Apache).

Just to give you an idea what it would look like:


<VirtualHost xxx.xxx.xxx.xxx>
ServerName blabla.sytes.net
DocumentRoot /www/hosts/blabla
</VirtualHost>

<VirtualHost xxx.xxx.xxx.xxx>
ServerName abcd.sytes.net
DocumentRoot /www/hosts/abcd
</VirtualHost>


If you read above, the servername blabla.sytes.net would load the html files out of the folder /www/hosts/blabla

and for abcd.sytes.net it would load from /www/hosts/abcd

If you are on a windows machine, then it would be

DocumentRoot C:\location_of_files\abcd and c:\location_of_files\blabla

tzyzhing
July 10th, 2005, 09:05
tats cool! but im running Abyss. Anywayz, thanks for your info. I've found a way for Abyss, just need to download a script and it will work perfectly.

Download Domain Redirect from http://www.scriptsolutions.com

Thanks!





  
  News · Search free hosts · Free file hosting · Free image hosting · Reviews · Forums · Related Links · Advertising Info · Contact Us


Copyright © 1996-2008 Per Olof Sandholm. All rights reserved. Privacy Statement

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum