[wellylug] re:Use of old links by site visitors
Phillip Hutchings
sitharus at sitharus.com
Thu Jan 11 17:08:46 NZDT 2007
> 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.
--
Phillip Hutchings
http://www.sitharus.com/
More information about the wellylug
mailing list