Unable to open .php files on linux browser -
i've transfer of .php files windows linux(ubuntu), eg:admin.php can't open .php file when double click file inside /var/www/eugene folder. when key in locahhost/eugene, nothing pops out or it'll pops out 404 error when there's codes in files. can please notify me or guide me through it. thank you.
make sure a) sure there's http server running on machine? b) can http server can handle php? , c) sure it's serving files /var/www/? pointed stvcisco
and if still have got problem can try following, because these type issue occur due absence of read permission in directory , files :
chmod -r o+r /var/www/eugene
also may need
chmod -r o+x /var/www/eugene
Comments
Post a Comment