Anyone know the proper .htaccess setting to get Wordpress to allow access to Cgi-bin?

With wordpress installed, I cannot access Cgi-bin at all. If I remove wordpress completely cgi-bin works again. I did a search on google, and people said wordpress blocks cgi-bin through the .htaccess file that it writes, and those threads are 4-5 years old with no solution posted!

So I'm hoping you experience webmasters know the solution, what change do I need to make in the .htaccess file if that?

This is what I currently have for my .htaccess with Wordpress.

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Thanks in advance guys.
LuDo8 Reviewed by LuDo8 on . CGI-BIN and Wordpress problem Anyone know the proper .htaccess setting to get Wordpress to allow access to Cgi-bin? With wordpress installed, I cannot access Cgi-bin at all. If I remove wordpress completely cgi-bin works again. I did a search on google, and people said wordpress blocks cgi-bin through the .htaccess file that it writes, and those threads are 4-5 years old with no solution posted! So I'm hoping you experience webmasters know the solution, what change do I need to make in the .htaccess file if that? Rating: 5