Cant Deploy Application under WordPress directory

I cant deploy any application in my site, i assumed that the reason is under a wordpress installation, the wordpress installation is in the htdocs root, i extracted the app zip in a directory, then i browse in the directory , only show a blank page. Do i need to edit any file of wordpress like .htaccess?

Thanks

Try to startup your application appended by /_lib. Make sure you have uploaded and unzipped your application btw. Then a basic control app should popup allowing you to set the production database connection. Have you transferred your db to prod too?

Hi Albert and Everyone,

i have hosting accounts like webhostinghub and when i upload and extract the deployed proyect, i get always a 500 error page even if i /_lib it redirect me to _lib/prod/index.php but with a 500 error page. i have a worpdress in the uplevels directory. please help if you know the solution.

Thanks

This has nothing to do with WP. Your error is related to permissions. You need to set them properly for Files and for Folders. There is an article on Netmake website how to do it through SSH,.
You can also do it through FTP client (i.e Filezilla) but it is very slow. Start from setting your whole project to 755 (including subfolders) then if it’s working do this properly for executable files (as it says in NM article).