Fix edit monitor modal JS error by restoring monEditType and adding null-safe setVal, and fix SVG icons 404 with root .htaccess rewrite rule for /assets/
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
|
||||
# Route /assets/ requests to public/assets/
|
||||
RewriteRule ^assets/(.*)$ public/assets/$1 [L,QSA]
|
||||
|
||||
# Module API routing
|
||||
RewriteRule ^api/license/v1(?:/(.*))?$ public/api/license/v1/index.php [L,QSA]
|
||||
RewriteRule ^api/watchdog/v1(?:/(.*))?$ public/api/watchdog/v1/index.php [L,QSA]
|
||||
|
||||
Reference in New Issue
Block a user