Results 1 to 4 of 4
-
24th Feb 2012, 05:44 AM #1OPMember
Redirect all other domains to .com
Hello all,
I have a website that has .co.uk, .in, .us, .eu and others... Currently if you visit any site it is the same but if you use a domain to enter in it will stay that on th stop browser, I want it if someone goes to
My domain.eu/hello.html
To go to
My domain.com/hello.html
Please assist. ThanksSponge Bob Reviewed by Sponge Bob on . Redirect all other domains to .com Hello all, I have a website that has .co.uk, .in, .us, .eu and others... Currently if you visit any site it is the same but if you use a domain to enter in it will stay that on th stop browser, I want it if someone goes to My domain.eu/hello.html To go to My domain.com/hello.html Rating: 5
-
24th Feb 2012, 06:04 AM #2Website's:
VaporHostn.comyou need to do a htaccess redirect
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.old-domain.com$ [NC]
RewriteRule ^(.*)$ http://www.new-domain.com/$1 [R=301,L]
add all the domains you want to redirect as a rewritecond
make the rewriterule the main domain you want it redirected to
-
24th Feb 2012, 06:22 AM #3OPMember
Hmm it will be complicated, because i dont have a different folder for each domains on my server.
Secondly i use another cpanel server that acts as a DNS Server and then points it to another server where the website is.
Is there a plugin or something for wordpress instead?
-
24th Feb 2012, 06:42 AM #4Website's:
VaporHostn.comcheck this out
http://forums.cpanel.net/f5/domain-f...ect-24148.html
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
redirect from non www to www
By ge0 in forum General DiscussionReplies: 3Last Post: 26th Sep 2012, 08:26 AM -
How to redirect visitors to Country Specific Domains based on IP Address
By Rox in forum Server ManagementReplies: 5Last Post: 8th Sep 2012, 10:22 PM -
Domain seizure & redirect domains
By Micah Sin in forum Legal IssuesReplies: 3Last Post: 1st May 2012, 08:30 AM -
301 redirect help
By tractor3231 in forum Web Development AreaReplies: 4Last Post: 28th Jul 2011, 04:19 PM -
In Need of Url REdirect mod ..?
By litewarez in forum phpBBReplies: 25Last Post: 20th Oct 2009, 08:40 PM
themaCreator - create posts from...
Version 3.23 released. Open older version (or...