i doing php development using linux os ,lampp apache server.i changed default root folder htdocs folder php
on desktop. when create hello.php file in folder ,i can see in browser , works well
. have folder inside root folder called 'front_end'.when try see in browser using http://localhost/front_end
,i access forbidden
. firebug shows 'access forbidden' how can access folder using localhost?
another user asked similar question on stackoverflow ,but didn't help.
assuming have followed advice regarding file permissions.
have got index.php file in front_end
directory?
if not may why 'access forbidden'. see apache 403 forbidden error , solution try accessing spesific php file in directory e.g. /front_end/test.php
Comments
Post a Comment