KevinTheJedi
I've followed installation docs to the T.
I'm currently having the same issue with my URL rewriting in my apache server on Ubuntu.
I have successfully ran the command sudo a2enmod rewrite
on my apache2 server I still get the following error as shown in the picture, with the .htaccess
file within the osTicket/upload/api directory set to:
`<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.*/api)
RewriteRule .*$ %1/http.php/$1 [L]
</IfModule>`
I have tried restarting the server as well and exhausted my multiple solutions to this issue please help
FYI: currently using the latest version of osTicket and latest OAuth2 plugins
cheers