Jump to content

Mod Rewrite Not Working With Query Params....


GregL83

Recommended Posts

Hey,

 

I am using the mod rewrite module with apache.  I have a slug system similar to wordpress.  I am trying to write a rewrite rule with not much sucess.  So far I have

 

RewriteRule ^locate/([A-Za-z0-9,'-]+)\?s=(d)/?$ locater2.php?ct=$1&s=$2 [L]

 

This isn't working and I can't figure out why...  the url should look something like:

locate/jamestown?s=d

 

When I try the same rewrite rule without the get param, it works fine... i.e.:

RewriteRule ^locate/([A-Za-z0-9,'-]+)/?$ locater2.php?ct=$1 [L]

locate/jamestown

 

Thanks in advance!!!

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.