Joomla! version: 1.5.25
PHP version: 5.3
Host: Rochen
Admin Tools version: 2.2.9
Description of my issue:
We're using Admin Tools Pro to block access to extra PHP files. We use this code currently:
##### Advanced server protection rules exceptions -- BEGIN
RewriteRule ^administrator/components/com_akeeba/restore.php$ - [L]
RewriteRule ^administrator/components/com_admintools/restore.php$ - [L]
RewriteRule ^idevaffiliate/idevaffiliate.php$ - [L]
##### Advanced server protection rules exceptions -- END
The second-to-last line is to allow our iDevaffiliate links to work.
We need to allow access to the rest of the folder too. Is it possible to add the whole /idevaffiliate/ folder as an exception here or would we need to list every PHP file inside the /idevaffiliate/ folder?