Blog Archives


Sep
6

0


How to redirect pages with PHP, HML, htaccess, and JavaScript Redirect Via php {code type=php}<? header( ‘Location: http://www.FremontTech.com’ ) ; ?> <html> <head> </head> <body> </body> </html>{/code} ImportantThis must be the very first thing on the page!! Redirect Via html {code type=html}<html> <head> <meta http-equiv=”refresh” content=”5; url=http://www.FremontTech.com/”> </head> <
Read More