La ricerca ha trovato 3 risultati

da Antonio22
sab mar 27, 2021 2:20 pm
Forum: Commenti agli articoli
Argomento: Commenti a "Come installare Apache su Windows 10 e trasformare il PC in un server web: la Guida Definitiva"
Risposte: 50
Visite : 13757

Re: Commenti a "Come installare Apache su Windows 10 e trasformare il PC in un server web: la Guida Definitiva"

Avevo tolto subito il commento # e riavviato apache.
(Non riuscivo ad istallare plugin in wordpress o aggiornare wordpress ma ho risolto mettendo in fondo al file httpd.conf
<IfModule fcgid_module>
FcgidIOTimeout 1200
FcgidMaxRequestLen 268435456
</IfModule>)
Ma non riesco a togliere "index.php ...
da Antonio22
sab mar 27, 2021 12:00 pm
Forum: Commenti agli articoli
Argomento: Commenti a "Come installare Apache su Windows 10 e trasformare il PC in un server web: la Guida Definitiva"
Risposte: 50
Visite : 13757

Re: Commenti a "Come installare Apache su Windows 10 e trasformare il PC in un server web: la Guida Definitiva"

Il mod_rewrite è installato, dal file httpd.conf ho tolto il segno #, nella cartella dei moduli c'è.
Non che sia importante visto che online funziona, ma voglio togliermi il dubbio.
Grazie per la risposta.
da Antonio22
sab mar 27, 2021 11:06 am
Forum: Commenti agli articoli
Argomento: Commenti a "Come installare Apache su Windows 10 e trasformare il PC in un server web: la Guida Definitiva"
Risposte: 50
Visite : 13757

Re: Commenti a "Come installare Apache su Windows 10 e trasformare il PC in un server web: la Guida Definitiva"

Buongiorno
Ho seguito la guida e tutto ok, ma mi sono intestardito nel togliere index.php dall'url.
Ho attivato il modulo rewrite, wordpress scrive sul file .htaccess, ma il server mi dice: Not Found
The requested URL was not found on this server. il codice del file .htaccess è il seguente ...