php - cant load file inside directory -


having weird problem.

simple php website,

root

page.php another-page.php css/ images/ services/    service-name.php    another-service-name.php 

this structure looks slimmed down.

so when go localhost/page.php shows page, if try access file inside services folder 500 http error.

the localhost page isn’t working

localhost unable handle request.

im using mamp setup host website locally.

any ideas?


Comments

Popular posts from this blog

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -