oupala/apaxy

Can't get this to work. Images not loading, or something. Sure it's an easy fix...

Closed this issue · 5 comments

I'm a complete noob. I've uploaded the files and renamed the htaccess's

I keep getting this:

https://i.gyazo.com/a2b705c058f6bd4527eea27fe98d72c2.png

Any help?

I did this:
<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory>

but do i need to do this
<Directory /var/www/[MY DIRECTORY]> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory>

as well?

I had the same issue but only in subdirectories. It worked fine in the root directory.
I was able to fix it by prepending a / to every path in the main .htaccess file.

Thanks!

@mR12KL Apologies for not getting back to you sooner, I've been travelling. Thanks for your help @monyxie, very much appreciated!