[REQUEST] Pathfinder NON-Dockerized version

O7 and hi all,
Does anyone have an example apache2 vhost config for the non-dockerized version of Pathfinder? I’m literally desperate for one to be posted! Thx

Looking at the docs in the github repo, the majority of the proxy rules are in the .htaccess file. That means you just need a simple conf that points requests for your website, where the .htaccess file is located

My old tools were built in PHP and this was the example apache conf file I shared

Looking at these docs Apache · exodus4d/pathfinder Wiki · GitHub

Assuming you’re using https (you should always be using https), you would put pathfinder/.htaccess at master · exodus4d/pathfinder · GitHub in the Document root (where you have all the source code located)

I tried this but it seems that the current version is incompatable with the most recent version of PHP. :frowning: