Can’t Access CGI-BIN
-
I’ve searched the archives as well as I know how, but couldn’t find the answers, so…
Here’s my issue: I have WP installed in my root directory. I’m trying to install the Dada mail program in my cgi-bin directory. When I try to browse to /cgi-bin/dada/mail.cgi, I get a 404 page in my WordPress installation.
I imagine it’s an .htaccess problem… but what’s the fix? Here’s my .htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Thanks for any help
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Can’t Access CGI-BIN’ is closed to new replies.