Hello,
I'm using RSForm! Pro with Google Sheets plugin on my website. I'm not asking for help about this ! I made it work ok. There is a small problem in the interaction with Admin Tools, though.
During configuration, I have to allow Google Sheets API for my website and this is done through Google's 0Auth config. It means that When authorising, the RSForm Component has to request a token, so Google's auth opens up, authenticates, then uses these 2 return URL's :
https://www.petitpoisson.be/administrator/index.php?option=com_rsform&task=plugin&plugin_task=store_google_sheets_access_token&code=4/0AX4XfWioSsRi7KdlJh_Yeh3DgIN0zsl8duxe0fIitpEfmR0cvJykT17_tMpLaYxtvcYbFA&scope=https://www.googleapis.com/auth/spreadsheets
https://www.petitpoisson.be/administrator/index.php?option=com_rsform&scope=https://www.googleapis.com/auth/spreadsheets
The first one is the return URL when first getting the token, the second one is the return URL when refreshing it. They are blocked by the hardened .htaccess generated by Admin Tools. I can make this work by disabling The .htaccess or using the original Joomla! one, but I'd like to keep using the hardened one (I'm paying for a very useful product — yours — and want to keep using it). So I'd like to alter my .htaccess to allow access to these. Unfortunately, just pasting them into the "Allow direct access to these files" box in the .htaccess maker does not work (yes, I made them relative).
So, could you please, please help me insert the correct code into my .htaccess ? :-)
More information :
I can alter the first return URL so maybe I can write it differently and make use of url rewriting. Here's what I had to tell Google :
https://www.petitpoisson.be/administrator/index.php?option=com_rsform&task=plugin&plugin_task=store_google_sheets_access_token
The second one I can't control (but maybe I could hint the developers to the right direction if I know what it should be).
Thank you very much in advance.
Best regards