CSS File directory error

Hi,

I’ve installed phpVMS 7.0 and I’ve got a problem in the css file directory.

When I’m on phpvms/index.php, the css file directory are phpvms/index.php/public/assets/… but the good file directory is phpvms/public/assets/…

I’ve tried to go on phpvms/ and it works fine for the css, but the redirection to installer (phpvms/index.php/install ) don’t work because there is no index.php in file directory.

How can I do ? I think this is only a problem of css file redirection but which files call these css files ?

 

Kind regards

I(ve fixed the issue : just ad “../” on public path declaration.