Hi,
I'm having trouble with rewrite in apache and I'm hoping to get some additional help. The problem i'm having is when configuring oath2.0 plugin inside of osTicket and fetching the token I get the error: No input file specified.
@KevinTheJedi noted that it's because I don't have URL rewrite configured properly. I confirmed that at least the module is there and enabled. What I did was:
cat /etc/apache2/mods-enabled/rewrite*
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
Am I on the right track? Any help would be greatly appreciated.