Hi,
I would like to redirect all requests from a certain IP to the file qa-admin-app.php
RewriteCond %{REQUEST_URI} ^index.php?qa=admin&(.*)
RewriteCond From IP
RewriteRule /index.php
I'm not that good at mod_rewrite, but would something similar work?
Thank you for your help. Best,
Oliver