ExHen-Archive
ExHen-Archive copied to clipboard
Cover images not displaying
Sorry for opening another issue this fast.. Noticed this error, cover images are not showing.
The www/images directory doesn't exist, was it supossed to be generated automatically? Even after I created it cover images still not shown

This is my current apache configuration
<VirtualHost *:80>
DocumentRoot "/www/all/exhentai-archiver/www"
ServerName exhen.localhost
<Directory "/www/all/exhentai-archiver/www">
AllowOverride None
Order allow,deny
allow from all
</Directory>
Alias /images "/www/all/exhentai-archiver/www/images"
<Directory "/www/all/exhentai-archiver/www/images">
AllowOverride None
Order allow,deny
Require all granted
</Directory>
</VirtualHost>
You should try changing your paths to be absolute rather than relative, similar to the apache.conf.win32 with the drive letter present.
If you're having trouble with the setup, I'd probably recommend trying the Vagrant setup instead, as it does most of everything for you.
As a note I'm working a replacement for this software as a side-project at the moment, as this is really really out of date and doesn't run easily or well on modern systems.