This error means some where in code your are using path which is targeting above root directory. Example: if you used “../images/img.png” on any Page/form which is on root folder of your website. Solution: Do not use ../xxxxx.xxx for pages/Forms …
This error means some where in code your are using path which is targeting above root directory. Example: if you used “../images/img.png” on any Page/form which is on root folder of your website. Solution: Do not use ../xxxxx.xxx for pages/Forms …