
caugsilva
(usa XUbuntu)
Enviado em 14/06/2021 - 13:10h
Amigos
Estou tentando escrever conteúdo em diretório
[MINHA CONFIGURAÇÃO]
Xampp-8-0-6 x64 for Windows 7 64bits
Editado seguintes parametros em Apache - Config - Apache(httpd.conf)
LoadModule rewrite_module modules/mod_rewrite.so
<Directory />
AllowOverride all
Require all granted
</Directory>
[Estou usando um código WebClient pela internet se conectando ao Server]
connecting...
connected
HTTP/1.1 404 Not Found
Date: Sun, 13 Jun 2021 15:33:12 GMT
Server: Apache/2.4.47 (Win64) OpenSSL/1.1.1k PHP/8.0.6
Content-Length: 295
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache/2.4.47 (Win64) OpenSSL/1.1.1k PHP/8.0.6 Server at localhost Port 80</address>
</body></html>
disconnecting.
[Alguém pode me ajudar como devo fazer para resolver o problema?]