Apache 1.3 , SCRIPTALIAS problem!
i installed Apache 1.3.19 with PHP and Perl modules
i have a script /path1/path2/path3/script.cgi, i added a scriptalias directive in the configuration file as SCRIPTALIAS /path1/path2/path3/script.cgi /sc
so that when the /sc is requested, the server will redirect to the main script at /path1/path2/path3/script.cgi.
the problem is when /sc is requested, an error page is returned "Page cannot be displayed", although the script permission is set to exec for all!
thanks
|