0

most guide across the Internet using Apache, but i find PHP is easier.

is redirect with Apache .httacces 301 or PHP 301 is same? pros? cons?

for SEO friendly esp Google.

:) thanks.

4

1 に答える 1

1

The most "accepted" way to do this is with Apache .htaccess as PHP can fail (bad code etc.) You may not always be aware of problems that could cause your script to not run. In a perfect world they would be identical. But being that you can't always know for certain your PHP will serve, Apache is a guarantee.

于 2013-02-06T23:30:23.447 に答える