First, I have read the Troubleshooting page and also the .htaccess maker portion of Admin Tools User Guide. (Admin Tools Pro 2.0 on Joomla 1.5.22)
My problem must be related to the way my server is configured because I don't see where others have experienced this, but whenever I create a new .htaccess file I always get an Internal Server Error.
Changing this line:
RewriteCond %{QUERY_STRING} base64_(?:en|de)code.*\(.*\) [OR]
to
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
fixes the problem.
Is there anything I can do so that the file does not have to be edited with every .htaccess change?
Regards and Thank You again for a great product!
Ed