Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    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??
    • CommentAuthorddejong
    • CommentTimeJun 6th 2006
     
    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.

    Derek
    • CommentAuthort9999clint
    • CommentTimeJun 6th 2006 edited
     
    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.