Redirect website
-
Hello everyone,
I need to do something that is probably really simple. On my godaddy hosting I have several wordpress websites, each on their own folder (see below).
https://www.mydomain.com/site1
https://www.mydomain.com/site2
https://www.mydomain.com/site3I hope this is not too confusing. Site1 was my original website. Months later I decided to overhaul the site so I created a new wordpress installation on a new directory (site2). I didnt want to deal with redirecting (the right way) so I just edited the index.html file and added these lines of code:
<HEAD>
<meta HTTP-EQUIV=”REFRESH” content=”0; url=https://www.mydomain.com/site2″>
</HEAD>This would redirect https://www.mydomain.com to https://www.mydomain.com/site2. Not the best solution but I learned to live with it.
Now I created https://www.mydomain.com/site3 and instead of editing the file index.html and redirecting to this new address I want to be able to access it by visiting https://www.mydomain.com. Im not really sure where to start or what to search on google. I figured since I am running wordpress websites I could find help here.
Btw, my hosting is godaddy.com.
Thanks in advanced!
Alex
- The topic ‘Redirect website’ is closed to new replies.