![]() |
|
Redirects - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Design (https://sinister.ly/Forum-Design) +--- Forum: Web Design (https://sinister.ly/Forum-Web-Design) +--- Thread: Redirects (/Thread-Redirects) |
Redirects - xevenofhearts - 09-08-2013 Yello, HC. I've got a page that is easily accessible, with a link such as http://website.com/directory, so how would I make it so that a user can type that and they're redirected to another page? Maybe I'm out of my mind and I'm not thinking straight, but I honestly don't know. :Frown: EDIT: Nevermind that. Simple answer found through other sources. RE: Redirects - invisal - 09-08-2013 Well, depends on what you want to use. You can redirect using header from server-side script or you can use Javascript for redirect. And glad you found the answer. |