hello, i want that when i enter for example this address:
http://ddlland.be/news.php?readmore=1
it would redirect to:
http://free.extm.be/news.php?readmore=1
what should i do?
hello, i want that when i enter for example this address:
http://ddlland.be/news.php?readmore=1
it would redirect to:
http://free.extm.be/news.php?readmore=1
what should i do?
You should use the Dynamic Splash Screen Effect.
The code is here: http://www.dynamicdrive.com/dynamici...amicsplash.htm
Er, no, you shouldn't.
You should be able to configure your webserver to do this for you.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Why wouldn't you be able to use the splash effect? Or, a better question, how do you configure it to do this for you?
so can someone write the php code for me???
I'm not sure what you mean but this comes to mind.
Just place it under your <body>
<body onLoad="MM_goToURL('parent','http://free.extm.be/news.php?readmore=1');return document.MM_returnValue">
<div align="center"><strong>Loading.... Please wait!</strong><br>
(If nothing happens in 10 seconds please click <a href="http://free.extm.be/news.php?readmore=1"><strong>here</strong></a>)</div>
"Only dead fish flow with the stream".
- Unknown
Because that's not what the OP asked for. S/he wants a way to redirect all requests from one domain to another, without otherwise changing the request. How this would be accomplished depends on the webserver.Why wouldn't you be able to use the splash effect?
Imm0r7taL: PHP is not the ideal solution here.
Jack: That's not only not what's been asked for, it won't even work, since it relies on an external function.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
yes u're right... so is there any solutions to resolve my problem?Originally Posted by Twey
As I said:How this would be accomplished depends on the webserver.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
i've asked for help from my hosting provider, but he said that i need to put php redirection script to news.php file... so i need the php script :|
can someone help me? pls
Last edited by ImmOr7aL; 05-18-2006 at 05:10 PM.
Bookmarks