I installed Plogger on Apache just fine everything works just fine, however, I cannot seem to be able to get plogger to use the directory I have set for pictures, it just ignores the alias as if it wasn't there. I tested it with a html index file and the files are indeed aliased properly.
The alias info from my .conf file is as folows:
Alias /plogger/images/ "d:/my pictures/" <Directory "d:/my pictures"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory>
Yes I am using windows, would this affect anything??
Aliasing affects outward paths, not internal ones. So, Plogger doesn't see the alias because it uses the filesystem, not URL's. (If you need a more verbose explanation, feel free to ask.)
I would suggest symlinking to the appropriate directories, but don't know how to overcome the problem in a Win environment.
damn, that's what I was thinking. I don't suppose there is a way to make plogger to look at a diferent directory is there?? Moving the directory or copying it isn't an option. It's a server so multiple computers access that directory and it's too big to copy.