WBCE CMS – Way Better Content Editing.
You are not logged in.
Hi
I use NWI module for news. I have placed site with WBCE 1.4 on working serwer.
All news images have dissapered.
Serwer gives following message:
[403] Forbidden
You don't have permission to access
/media/.news_img/(link to image here)
I did not have any problems with access to /media/.news_img on localhost and another testing serwer.
Is is possible to change setting of images catalogue name so that it is without leading dot?
Regards
Gawi
Last edited by florian (27.11.2019 11:49:49)
Offline
(Moved the topic into the right forum and made the subject more precise)
It's not possible to rename the directory.
Please check via FTP if the access rights of the folder are at least set to 750 or 755 and for the images to 640 or 644.
You might have to change the settings at options > advanced too.
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
Thank you
I solved problem adding
RewriteCond %{REQUEST_FILENAME} !.news_img/
in htaccess file.
Offline