Is there a way for PHP files to have an absolute-path to subfolders, rather than a relative-path with Apache without using "../assets/autoload.php"?
Good day, I am making a website. I'd like this site to have an account-system. Following multiple tutorials and teaching myself, I believe I've made a decent system using Apache and MySQL. However, when linking the PHP files from the…