diff options
Diffstat (limited to 'www/posts/php/atom.xml')
| -rw-r--r-- | www/posts/php/atom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/posts/php/atom.xml b/www/posts/php/atom.xml index 278a6bd..9f64dc4 100644 --- a/www/posts/php/atom.xml +++ b/www/posts/php/atom.xml @@ -2,13 +2,13 @@ <feed xmlns="http://www.w3.org/2005/Atom"> <title type="text">The Home of David T. Sadler - All Posts About PHP</title> <id>https://davidtsadler.com/posts/php/atom.xml</id> - <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/php/index.html"/> + <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/php/"/> <link rel="self" type="application/atom+xml" href="https://davidtsadler.com/posts/php/atom.xml"/> <updated>2021-07-08T12:00:00Z</updated> <entry> <title type="text">HTTP_AUTHORIZATION Missing From Global $_SERVER Variable</title> - <id>https://davidtsadler.com/posts/php/2021-07-08/http-authorization-missing-from-global-server-variable/index.html</id> - <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/php/2021-07-08/http-authorization-missing-from-global-server-variable/index.html"/> + <id>https://davidtsadler.com/posts/php/2021-07-08/http-authorization-missing-from-global-server-variable/</id> + <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/php/2021-07-08/http-authorization-missing-from-global-server-variable/"/> <author><name>David T. Sadler.</name></author> <published>2021-07-08T12:00:00Z</published> <updated>2021-07-08T12:00:00Z</updated> @@ -19,8 +19,8 @@ &lt;/IfModule&gt;</pre><p>After adding the above to the .htaccess file the HTTP_AUTHORIZATION key is now been populated with the value of the Authorization header.</p><h3>Links</h3><a href="/posts/php">PHP - Read More Posts.</a><p>I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.</p><a href="mailto:david@davidtsadler.com">Email david@davidtsadler.com</a><h3>License</h3><a href="https://creativecommons.org/licenses/by-sa/4.0/">The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</a><p>Copyright © 2021 David T. Sadler.</p><a href="/">Return to Homepage.</a></content> </entry><entry> <title type="text">Installing PHP 8 for Windows 10</title> - <id>https://davidtsadler.com/posts/php/2021-01-18/installing-php-8-for-windows-10/index.html</id> - <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/php/2021-01-18/installing-php-8-for-windows-10/index.html"/> + <id>https://davidtsadler.com/posts/php/2021-01-18/installing-php-8-for-windows-10/</id> + <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/php/2021-01-18/installing-php-8-for-windows-10/"/> <author><name>David T. Sadler.</name></author> <published>2021-01-18T12:00:00Z</published> <updated>2021-01-18T12:00:00Z</updated> |
