try {
$this->dbh = new PDO('mysql:host=localhost; dbname=api_np', $this->user, $this->pass);
} catch (PDOException $e) {
print "Error!: " . $e->getMessage() . "<br/>";
die();
}
Forbidden
You don't have permission to access / on this server.