我不太了解 htaccess 并使用 php 作为重定向 url (301);
header( "HTTP/1.1 301 Moved Permanently" );
header( "Location: http://www.exampledomain.com" );
对于谷歌来说,两者之间有什么区别或优势吗?我可以使用 htaccess 来重定向 url 吗?
我不太了解 htaccess 并使用 php 作为重定向 url (301);
header( "HTTP/1.1 301 Moved Permanently" );
header( "Location: http://www.exampledomain.com" );
对于谷歌来说,两者之间有什么区别或优势吗?我可以使用 htaccess 来重定向 url 吗?