Hi,
I've looking at moving to a shared solution like this and on initial testing this looks fantastic!
I'm trying to install it on my dedicated Debian 9.1.3 machine with PHP 7.4.
First of all is this possible?
I am hitting an immediate problem with this on stage 1 System Requirements I get:
Unable to locate the path on the server.
Try putting index.php after your helpdesk installation's site url or If you are using apache, make sure that mode_rewrite module is enabled and AllowOverride directive for document root is set to All/FileInfo in your server's configuration file.
I assume this is referring to mod_rewrite?
As far as I can see mod_rewrite is activated - when I run a2enmod rewrite i get "Module rewrite already enabled"
Do I need to make some change to my .htaccess as well/remove my .htaccess?
What does the AllowOverride change above mean - change it to either All or FileInfo?
Any help greatly appreciated!