Skip to content

Commit 160abb8

Browse files
momdopatrickhlaukembgower
authored
SVR1: Update links (#4578)
Remove Apache 1 (EOL), and update to the latest resources. --------- Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: Mike Gower <[email protected]>
1 parent 1367ba6 commit 160abb8

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

techniques/server-side-script/SVR1.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h3>Apache</h3>
8282

8383
<p>Developers can configure the Apache web server to handle redirects, as in the following example.</p>
8484

85-
<pre xml:space="preserve"><code class="language-apache">redirect 301 /oldUserLogin.jsp http://www.example.com/newUserLogin.do</code></pre>
85+
<pre><code class="language-apache">redirect 301 /oldUserLogin.jsp https://www.example.com/newUserLogin.do</code></pre>
8686
</section>
8787
</section>
8888
<section id="tests">
@@ -115,18 +115,14 @@ <h2>Resources</h2>
115115
<a href="https://www.rfc-editor.org/rfc/rfc9110#name-redirection-3xx">RFC 9110: HTTP Semantics 15.4. Redirection 3xx</a>.
116116
</li>
117117
<li>
118-
<a href="http://docs.oracle.com/cd/E17802_01/products/products/servlet/2.3/javadoc/javax/servlet/http/HttpServletResponse.html">Interface javax.servlet.http.HttpServletResponse</a> in
119-
the Java Servlets 2.3 API documentation.</li>
118+
<a href="https://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletResponse.html">Interface javax.servlet.http.HttpServletResponse</a> in
119+
the Java Servlets 6 API documentation.</li>
120120
<li>
121-
<a href="http://php.net/manual/en/function.header.php">PHP header</a>.</li>
121+
<a href="https://www.php.net/manual/en/function.header.php">PHP header</a>.</li>
122122
<li>
123-
<a href="http://httpd.apache.org/docs/2.2/mod/mod_alias.html">Apache Module mod_alias</a> in the <a href="http://httpd.apache.org/docs/2.2/">Apache HTTP Server
124-
Version 2.2 Documentation</a> describes how redirects can
125-
be specified in Apache 2.2. </li>
126-
<li>
127-
<a href="http://httpd.apache.org/docs/1.3/mod/mod_alias.html">Module mod_alias</a> in the <a href="http://httpd.apache.org/docs/1.3/">Apache HTTP Server
128-
Version 1.3 Documentation</a> describes how redirects can
129-
be specified in Apache 1.3. </li>
123+
<a href="https://httpd.apache.org/docs/current/mod/mod_alias.html">Apache Module mod_alias</a> in the <a href="https://httpd.apache.org/docs/current/">Apache HTTP Server
124+
Version 2.4 Documentation</a> describes how redirects can
125+
be specified in Apache 2.4. </li>
130126
</ul>
131127
</section>
132128
</body>

0 commit comments

Comments
 (0)