![]() |
|
|||
|
How can i redirect my main url (http://rsdruidz.pcplayground.com) to another link (like index.html or /home/index.php)?
|
|
|||
|
|
|
|||
|
If you dont want index.html to be your first page, make an index.html page with a meta refresh tag in it pointing to another page, check out http://www.webmonkey.com for that info.
|
|
|||
|
<meta HTTP-EQUIV="REFRESH" content="10; url=http://www.your_redirect_url">
Content = how many seconds to wait until redirect url = website you want it pointed to. So if you want your website go to to http://www.pcplayground.com in 4 seconds it should be: <meta HTTP-EQUIV="REFRESH" content="4; url=http://www.pcplayground.com"> |
![]() |
| Thread Tools | |
| Display Modes | |
|
|