Yes, Apache.
The code seems very straight forward. If there were many pages would I insert the following into my .htaccess file?
- HTML: Select all
Redirect /old.php http://yoursite.com/new.php
Redirect /old2.php http://yoursite.com/new.php
Redirect /old3.php http://yoursite.com/new.php
-
saltedm8
I like that, def useful, so I would use your code for files that don't exsist as well as the code given by
aso186 for old links. Resulting in everything being redirected!?