
09-18-2012, 10:45 AM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,337
|
|
Quote:
Originally Posted by bobykus
Here is a part
...
2012-09-18 10:24:09.864 [INFO] Failed to open file [/hsphere/local/home/ifdanemark/institutfrancais.dk/wp-content/uploads/2012/09/switchcraft_LL_701.jpg], error: Permission denied
Does it mean the content from WP like images etc are server
by litespeed not php?
|
the jpg is static file. according to wp rewrite rules, it will not go through php but be served by web server directly.
check the permission of the file in question and the folder holds the file.
Quote:
ls -l /hsphere/local/home/ifdanemark/institutfrancais.dk/wp-content/uploads/2012/09/switchcraft_LL_701.jpg
ls -ld /hsphere/local/home/ifdanemark/institutfrancais.dk/wp-content/uploads/2012/09/
|
|