OwlCyberSecurity - MANAGER
Edit File: .htaccess.9
RewriteEngine On # Redirect API requests to backend (port 3001) RewriteCond %{REQUEST_URI} ^/api RewriteRule ^(.*)$ http://testone.onebox.pk:3001/$1 [P,L] # Redirect AdminJS if needed RewriteCond %{REQUEST_URI} ^/admin RewriteRule ^(.*)$ http://testone.onebox.pk:3001/$1 [P,L]