I would like to put a /cgi-bin directory in a grav installation. However, this seems to conflict with the rules:
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteRule .* index.php [L]
in the default .htaccess file. Does anyone know of a way I can do this.?
Thanks.
-- sw