Sto cercando di installare un DB contenuto in un CD allegato ad un manuale.
Sulla mia macchina ho installato Apache, Mysql e PHP.

Quando lancio in file che dovrebbe installare il DB mi restituisce questo errore.


You don't have permission to access /book/install/method="get" on this server.
Codice PHP:
<form action = <? echo $REQUEST_URI?> method="get">

qualcuno sa dirmi come risolvere questo problema