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"-->

  • 0 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

Which PHP functions are disabled on your WordPress platform?

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

How can I show detailed ASP errors?

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

Is ionCube PHP Loader installed?

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

How do I change PHP version?

As standard, we run PHP 7+. If you wish to switch version, head to www.startcp.com > Manage...

Why is MySQL support missing from the PHP installation?

Our web servers run PHP 7+ as standard. In this version of PHP the MySQL module has been replaced...