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