Hi,
I did a recursive chmod 755 and 777 (tried both) on the flagallery directory - made no difference.
You mention server settings, how can I troubleshoot that? It's running Apache with PHP-FPM/FastCGI
I have the following Apache modules loaded:
Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
mpm_worker_module (static)
http_module (static)
so_module (static)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_file_module (shared)
authz_host_module (shared)
cache_module (shared)
cgi_module (shared)
cgid_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
expires_module (shared)
fastcgi_module (shared)
headers_module (shared)
mem_cache_module (shared)
mime_module (shared)
evasive20_module (shared)
negotiation_module (shared)
version_module (shared)
pagespeed_module (shared)
reqtimeout_module (shared)
rewrite_module (shared)
setenvif_module (shared)
ssl_module (shared)
status_module (shared)
unique_id_module (shared)
I initially thought maybe it had something to do with the Pagespeed module, but disabling this had no effect, so it can't be that.
Thanks,