AlouiKhaled
New member
- Joined
- Jun 21, 2026
- Messages
- 3
THE SOLUTIONPlease don't reply to my messages. I checked everything before posting on the forum. Your message is a waste of time.
IN php.ini change cgi.fix_pathinfo from 0 to 1 its working
THE SOLUTIONPlease don't reply to my messages. I checked everything before posting on the forum. Your message is a waste of time.
cgi.fix_pathinfo controls how PHP-FPM splits the URL between the actual script and the following PATH_INFO. The new static.php system introduced in Roundcube 1.7 works exactly this way: the URL /roundcube/static.php/skins/elastic/styles/styles.min.css means "execute static.php and pass /skins/elastic/styles/styles.min.css as PATH_INFO."I have both fail, and I update the permission for /var/www/webapps/ to 755, still not working. Any particular I have to look at?
THE SOLUTIONPlease don't reply to my messages. I checked everything before posting on the forum. Your message is a waste of time.