[wellylug] re:Use of old links by site visitors
John Durham
johndurh at spunge.org
Thu Jan 11 17:53:33 NZDT 2007
Phillip Hutchings wrote:
>> You should be able to download it now from
>> www.modecideas.com/_private/site-settings.txt
>> Please let me know if you have a problem obtaining it.
>
> OK, a few things.
>
> You have two ScriptAlias /cgi-bin/ ..., only the last one is used. You
> may want to remove the first one to avoid confusion
>
> You have two Alias /images again only the last is used, I think you want:
> Alias /imgs /var/www/modecideas.com/imgs
> Redirect permanent /images /imgs
>
> Alias maps filesystem paths to URLs, Redirect maps URLs to other URLs.
>
> You have: <Directory "/cgi-bin/">
> You want either: <Location "/cgi-bin/"> or <Directory
> "/var/www/modecideas.com/cgi-bin/">
>
> Directory uses the filesystem, Location uses the URL.
>
>
> Other than that you should be good to go.
>
You have made me aware of some useful rules applying to this problem. I
have applied your suggestions opting for the <Location "/cgi-bin"> entry
for now. It looks like scrips are still appearing as text in the
browser, but there are a couple of other tests to do yet. It was most
appreciated.
--
John Durham
Site http://modecideas.com
Good advice is like good paint. It only works when applied.
More information about the wellylug
mailing list