Answer the question
In order to leave comments, you need to log in
How not to do The document has moved?
There is a simple php script test1.php
<?php
echo "OK.";
?>
Alias "/Service/Activation" "/var/www/html/service"
<Directory /var/www/html/service>
DirectoryIndex test1.php
Require all granted
</Directory>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://10.11.10.11/Service/Activation/">here</a>.</p>
<hr>
<address>Apache/2.4.25 (Debian) Server at 10.11.10.11 Port 80</address>
</body></html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question