PDA

View Full Version : Redirect to Apache Server


thumbtack
07-13-04, 12:39 AM
I run apache server on my home system and I also have personal webspace from my ISP... Can I redirect the ISP page to my Apache server without making a click here link?

The reason I am wanting to do it this way is my current dyndns link is a webhop and has a pop-up on it... I dont want that. Also I dont want to have to upload each individual item onto my ISP provided space, that would take forever and possibly use up all the provided space in the near future as my site is continuing to grow daily. It is easier for me to keep all the files on a system at home and make changes to them here and then just save the file.

Thanks.

SevenSixTwo
07-13-04, 01:11 AM
Just put a page on ISP with a refresh of 0 and redirect to local server.

thumbtack
07-13-04, 02:59 AM
do you have a script of this or atleast the tags I would use...

SevenSixTwo
07-13-04, 09:40 AM
<META http-equiv="refresh" content="0;URL=http://www.where-you-wanna-go.net/">

thumbtack
07-15-04, 12:17 AM
thanks... I found that one before and I couldn't find/remember it anymore.

SniperXX
07-15-04, 05:35 PM
Ya that code has helped me a few times, lol.