You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i would like know how we switch theme.
Before with linshare 2..31 we defined a redirection rule for the css theme file. it had to be done at the web server level (Apache or nginx) VirtualHost *:80> ... ServerName linshare-user.local ... <Directory /var/www/linshare-ui-user/styles> RewriteEngine On RewriteRule "theme\.default\.(.*)\.css$" theme.red.$1.css </Directory> ... </Virtualhost>
But with linshare 4.0.3, the redirection rule dosen't work.
How do we do now?
Thanks,
Matthieu Jourdan
The text was updated successfully, but these errors were encountered:
Hello,
i would like know how we switch theme.
Before with linshare 2..31 we defined a redirection rule for the css theme file. it had to be done at the web server level (Apache or nginx)
VirtualHost *:80> ... ServerName linshare-user.local ... <Directory /var/www/linshare-ui-user/styles> RewriteEngine On RewriteRule "theme\.default\.(.*)\.css$" theme.red.$1.css </Directory> ... </Virtualhost>
But with linshare 4.0.3, the redirection rule dosen't work.
How do we do now?
Thanks,
Matthieu Jourdan
The text was updated successfully, but these errors were encountered: