Apache: Forbidden - You don't have permission to access /hello-world.php:10081 on this server -
just taking first steps in learning php/apache, hasn't started off well. wrote hello-world script, forbidden error message when access through browser.
the url i'm using is
http://localhost/hello-world.php:10081
and file write at
c:\program files (x86)\zend\apache2\htdocs\hello-world.php
what need fix this?
the book i'm reading doesn't security issue, why i've taken forum instead.
now, say, know nothing apache , php (although experienced software developer; not web), please take consideration when answering.
thanks
try url instead:
http://localhost:10081/hello-world.php
are sure apache instance running on port 10081? can modify in httpd.conf file, on listen directive
Comments
Post a Comment