PDA

View Full Version : How to redirect a website




Hobbit
Sep 24, 2008, 04:44 AM
Hello everyone,

I'm a novice in webdesign and need a little help.

How can i get my domain name to redirect to my bigpicturelibrary page without changing the page address on the address bar? i.e the address remains my domain name.


an example link of the big picture library is:
http://www.thebigpicturelibrary.com/try.jsp?templateXML=template21.xml&clientXML=citrusleaf.xml&clientName=citrusleaf


Thank you



angelwatt
Sep 24, 2008, 07:59 AM
Look into Apache URL rewriting. (http://httpd.apache.org/docs/1.3/misc/rewriteguide.html) It's the most common method I know of. Here's another read on the subject (http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html) that's a little easier to understand.