Jump to content

Mod_Rewrite 301 redirect not working


advancedfuture

Recommended Posts

So I created a sitemap and submitted it to google, problem is I messed up on one of the variables.

 

Instead of it saying services= it said service= so the pages all got indexed but its all messed up. I am trying to 301 mod rewrite the messed up URLs to the correct ones.

 

I have written it like so

 

RewriteRule ^services.php?st=(.*)&city=(.*)&service=(.*)$ services.php?st=$1&city=$2&services=$3 [R=301,L]

 

However it is not redirecting! Am I doing something wrong?

Link to comment
https://forums.phpfreaks.com/topic/133833-mod_rewrite-301-redirect-not-working/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.