OwlCyberSecurity - MANAGER
Edit File: htaccess (1)
RewriteEngine On # Redirect API requests to backend (port 3001) RewriteCond %{REQUEST_URI} ^/api RewriteRule ^(.*)$ http://37.60.246.20/:3001/$1 [P,L] # Redirect AdminJS if needed RewriteCond %{REQUEST_URI} ^/admin RewriteRule ^(.*)$ http://37.60.246.20/:3001/$1 [P,L] # Serve index.html for React routes (optional) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ index.html [L]