Can I use parent paths in Classic ASP?

ASP Parent Paths are disabled on our platform.

As a result, Classic ASP scripts using “../” notation for includes will not work correctly.

As an alternative to using parent paths in your ASP code, you can use virtual paths. Virtual paths need you to enter the full folder path from the URL root of your website. For example, changing:

<!—#include file=”../_fpclass/fpdblib.inc”—>

To

<!—#include virtual=”/_fpclass/fpdblib.inc”—>

Je li Vam ovaj odgovor pomogao?

Vezani članci

Which PHP functions are disabled on your WordPress platform?

Our WordPress platform has been specifically designed to offer the best security, performance and...

Is ionCube PHP Loader installed?

The availability of ionCube can differ between our different platforms and PHP versions. Linux:...

How can I show detailed ASP errors?

By default, Windows Server hides application errors from your website. You can override this by...

How do I change PHP version?

As standard, we run PHP 7+. If you wish to switch version, head to stackcp Manage Hosting >...

Why is my website not able to send email?

A common reason for this relates to the address not matching your site domain. To help improve...