Htaccess rewrite 301 redirect problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mayraleon
    New Member
    • Oct 2020
    • 1

    Htaccess rewrite 301 redirect problem

    Hello,

    I try to make a rewrite system to direct users the way I want, but I keep getting errors. The code I wrote:

    RewriteRule ^(games)/(.*)$ games.php?id=$1 [L]

    I want to redirect these pages from games.php. I had to do a 301 redirect, but it didn't work even though I added [R=301]. How do I fix the error, I would be glad if you could help me.

    Best regards.
Working...