Warrior Forum Logo
Login
Redirect
by
Masterkey2Riches
Posted: 11 years ago
3 replies
4
NVM got it.
#programming
#coding
#html
#redirect
Masterkey2Riches
11 years ago
[DELETED]
queldorei
11 years ago
you can also regirect with htaccess
artemis360
11 years ago
You can also do a PHP redirect:
Code:
<?php header( 'Location: http://domain.com/new_page.html' ) ; ?>
samntly
11 years ago
Here's examples of all the different types of redirects from html, javascript, php, htaccess etc
https://css-tricks.com/redirect-web-page/
Join the discussion
Next Topics on Trending Feed
4
Redirect
NVM got it.