Welcome Guest, Not a member yet? Register   Sign In
MOD_REWRITE for 301 redirect
#5

[eluser]Irfan Evrens[/eluser]
in php
Code:
header("Location: http://example.com/webdesign/content", TRUE, 301);
more info: http://php.net/manual/en/function.header.php

in ci
Code:
redirect("http://example.com/webdesign/content", "location", 301);
more info: http://ellislab.com/codeigniter/user-gui...elper.html


Messages In This Thread
MOD_REWRITE for 301 redirect - by El Forum - 06-05-2011, 07:07 AM
MOD_REWRITE for 301 redirect - by El Forum - 06-05-2011, 03:48 PM
MOD_REWRITE for 301 redirect - by El Forum - 06-06-2011, 05:49 AM
MOD_REWRITE for 301 redirect - by El Forum - 06-06-2011, 06:23 AM
MOD_REWRITE for 301 redirect - by El Forum - 07-07-2011, 03:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB