Jump to content

Redirect 301 Help


shanejeffery86

Recommended Posts

Hey all.

 

I have heard that this is the best solution to my current situation, but heck if I can figure out how to implement it properly.

 

What I want to do is a mod rewrite match 301 redirect.

 

Here is the HTAccess code that I have at the moment:

 

RewriteCond %{FeatureID} ^string1$ [NC]

RewriteRule (my site url)\string2 [L,R=301]

 

What I want to happen is that if the "FeatureID" is found on the URL, to take the FeatureID value and give it to the RewriteRule.

 

Such as:

 

index.cfm?fuseaction=Feature.showFeature&FeatureID=363

 

to

 

/363

 

Any ideas what I am doing wrong?

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/176073-redirect-301-help/
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.