aircooled57 Posted December 6, 2007 Share Posted December 6, 2007 i own a website and have a .uk and .com domains i want to redirect people as soon as they type in the . uk domain www.example.co.uk to this adress for example www.example.com does anyone know how? thanks Quote Link to comment Share on other sites More sharing options...
Dragen Posted December 7, 2007 Share Posted December 7, 2007 You could use htaccess permanent re-direct: If you don't know about .htaccess, simply create a file in notepad and put this into it: Redirect 301 / http://www.example.com save it as .htaccess. note the . before the name must be there! Then simply upload it to your .co.uk domain in the root directory. Another idea is instead of having the .co.uk as a separate domain, just have it as an alias. Most hosts will be able to set that up for you. Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted December 7, 2007 Share Posted December 7, 2007 Sounds like your trying to detect an onkeyup event to check the value of the address bar and see if a specific address is typed in the address bar and if it is redirect end user to another page. Is that what your trying to do? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.