摘要:
HTTP The Definitive Guide Table 3-1. Common HTTP methods Method Description Message body? GET Get a document from the server. No HEAD Get just the hea 阅读全文
摘要:
https://httpd.apache.org/docs/2.4/mod/core.html#serversignature ServerSignature Directive Description: Configures the footer on server-generated docum 阅读全文
摘要:
RewriteRule ^([0-9]{1,}).html$ html.php?w=$1 阅读全文