我知道PHP的转向代码
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: 域名" );
需要每个页面都添加代码吗??
如果要,例如网页为:域名/abc.php
需要改成,
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: 域名/abc.php" );
这样吗??
新手提问,希望高手们详细回答~~
我知道PHP的转向代码
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: 域名" );
需要每个页面都添加代码吗??
如果要,例如网页为:域名/abc.php
需要改成,
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: 域名/abc.php" );
这样吗??
新手提问,希望高手们详细回答~~