79326697

Date: 2025-01-03 14:22:17
Score: 3
Natty:
Report link

I had to change that directive a little bit. To check if the URL requested is the "root" (/): RewriteCond %{REQUEST_URI} ^/$

And then the Redirection rule, to include the code 301 for a permanent redirection:

RewriteRule ^ site1/run/?app_name=App1&page_name=Page1 [R=301,L]

And now it is working fine.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Cássio Silva