When deploying to shared hosting, there are assets of course, but for some reason unknown to me, they are not loading. Almost not at all in Firefox, only partially in Chrome (which is also a mystery to me). You can try to look at it: https://dev.forvix.work/admin or /wms
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / #Loading PHP as if is public/ from / RewriteRule ^$ public/index.php [L] #Loading page as if is public/ from / RewriteRule ^((?!public/).*)$ public/$1 [L,NC] RewriteRule (^\.|/\.) - [F] <Files .env> order allow,deny Deny from all </Files></IfModule>
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / #Loading PHP as if is public/ from / RewriteRule ^$ public/index.php [L] #Loading page as if is public/ from / RewriteRule ^((?!public/).*)$ public/$1 [L,NC] RewriteRule (^\.|/\.) - [F] <Files .env> order allow,deny Deny from all </Files></IfModule>