1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when statically referenced as 'www.php.net.'

This commit is contained in:
Daniel P. Brown
2012-12-05 11:09:23 -05:00
parent 2eda87fb39
commit 3cc9491588
18 changed files with 31 additions and 31 deletions

View File

@@ -48,7 +48,7 @@ site_header("Copyright", array("current" => "footer"));
<p>
For more information on the PHP Group and the PHP project, please see
<a href="http://www.php.net/">the PHP homepage</a>.
<a href="http://php.net/">the PHP homepage</a>.
</p>
<?php site_footer();