redirecting page (General questions)
I was wondering : Is it possible to get a php page that will redirect to the proper html page where the .txt file will be?
ie : Let's say I have 2 server containing the same txt file (as might happen with cache server). Can I have a central php file, which will redirect to either page sitting in between?
ie :
My C++ file look like this :
[code]m_oWodAppUpdate.Check( localhost/test.php );[/code]
test.php contains something like this :
[php]<?php header('Location: http://CacheServer/config.txt'); ?>[/php]
Complete thread:
- redirecting page - alexandreo, 2009-01-15, 22:19
- Re: redirecting page - wodSupport, 2009-01-15, 23:18