Where should I upload my files?

If you are Linux Server, please upload all your files under public_html directory (your root directory). If you are on Windows Server, please upload all your files under wwwroot or httpdocsfolder (your root directory). Also, upload your database (.mdb) files only in the /db folder becuase access database folder requires some special permissions which are setup by HELM or Pleskon this folder by default.

  • 60 Пользователи нашли это полезным
Помог ли вам данный ответ?

Related Articles

Can I run PHP scripts anywhere on my virtual server?

Yes, PHP scripts do not have to reside in a particular directory and will run anywhere on your...

I get either Error 403 Forbidden or Error 404 Not Found. What is wrong?

Either of the two things happened: you deleted your /public_html/ directory [Linux Server] or...

My site works on local system but not on your servers. Why?

It is not necessary that an application which is working on your local system will work on the...

Do you have mod_rewrite enabled on your servers?

Yes, mod_rewrite is enabled on all servers.

What userid does my PHP scripts run under?

Your PHP scripts will run under the same userid as the webserver (Apache), which is "nobody"....