[SOLVED]
Thank you everyone for the ideas!
When I checked the error logs,
Apache was reinserting the base of the .htaccess directory's URI.
So my "/cgi-bin/script" became /~me/public_html/cgi-bin/script (/~me/
public_html/ is the .htaccess directory + /cgi-bin/script, the
directory I specified).
On Fri, Feb 27, 2009 at 4:27 PM, Sean DeNigris
wrote:
> If I put a .htaccess file in my webroot with the following rule:
> RewriteRule ^(.*)$ /cgi-bin/scriptname.cgi?action=$1
>
> Can I specify a script file outside the directory with
the .htaccess file in
> it (i.e. outs
/myname/cgi-bin/scriptname.cgi (I want to call this script via
the above rule)
Thank you!!
Sean DeNigris
s...@clipperadams.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http
Hello list!
I have an account on a shared host running Apache 1.3.37.
I want to secure the DB credentials for my php scripts. I read an
article suggesting to add an Include to httpd.conf and set the include
file permissions to root-only. However, I'm on a shared host and have
no access t