What is the best type of redirection to use?
Currently i am using the php way of doing
I tried to use .htaccess but it sends any index.php page somewhere else when i use this:
Which was a bit annoying
Currently i am using the php way of doing
PHP:
header('Location: http:....');
I tried to use .htaccess but it sends any index.php page somewhere else when i use this:
Code:
Redirect 301 /index.php http://www.gundam00episodes.com/forum/portal.php
Which was a bit annoying









