LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   RedirectMatch & ScriptAlias (https://www.linuxquestions.org/questions/fedora-35/redirectmatch-and-scriptalias-341972/)

richwalker 07-10-2005 06:12 PM

RedirectMatch & ScriptAlias
 
I am currently running Apache 2 with Fedora.

I am trying to add these following lines of code in to my vhost.conf file

RedirectMatch ^/$ domainname.net/cgi-bin/store10/index.cgi
ScriptAlias /cgi-bin/store10/ /www/vhtdocs/secure.domainname.net/cgi-bin/store10/

These lines of code work on Apache 1.53 (redhat) but when moving them to the new server I find that Apache 2 can't see the ScriptAlias.

Any Ideas?

Help Please:cry:


All times are GMT -5. The time now is 12:02 AM.