Errror 405: Method POST not allowed

A

Anonymous

Guest
checta said:
HELP !! :(
I have:
Win 98
Apache 1.2.7
PHP 4.2.3

I am using the apache module for PHP
and Apache recognizes it is running PHP

HOWEVER when trying t load a php page i get
Method POST not allowed

Any advice would be appreciated!!
Cheers
Try create new file like that test.php:
Code:
<?PHP
phpinfo();
?>
and see in your browser http://localhost/test.php
if you cannot see info about PHP than you sould be correct setting PHP under Apaeche....
But Firstly i recommend you correctly install Apache.
And once more try in future read carefully manual...
I think that install Apache and PHP may and 5years child
 
Back
Top