-
URL modification link
Hello,
I would like to create a link on my page that simply changes the domain but not the actual path of site. I have an english and french site, so for example.
The english button on the french page would make the user change from french.com/page to english.com/page. I would like the domain part to change but not the "path" part
how can this be done
thanks,
Neil
-
-
<?php echo 'http://www.french.com'.$_SERVER['REQUEST_URI']; ?>
If you don't know which domain you are currently on, you can use $_SERVER['HTTP_HOST'] to check. Then use if statements to decide which is the opposite (and should be the link).
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks