Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7184857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T18:17:15+00:00 2026-05-28T18:17:15+00:00

I am trying to redirect a page via my .htaccess, but it does not

  • 0

I am trying to redirect a page via my .htaccess, but it does not seem to be working.

Old page: /dyn/?q=customer%20reference&f=1,1,1,1,1,1&c=10,10,10,10,10,10&s=1,1,1,1,1,1,1&st=1

New page: /customer-references/

Thought it would be as simple as this:

RewriteEngine On
RewriteCond %{QUERY_STRING}  ^q=customer(?:[\ +]|%20)reference&f=1$ [NC]
RewriteRule ^dyn/$ /1? [R=301,NE,NC,L]

But it does not seem to be working. Is it because the original page’s dynamic URL?

Additionally, I also tried a straight 301 Redirect in the .htaccess. That didn’t seem to work either:

redirect 301 /dyn/?q=customer%20reference&f=1,1,1,1,1,1&c=10,10,10,10,10,10&s=1,1,1,1,1,1,1&st=1 /customer-references/

And another failed attempt was this:

RewriteCond %{QUERY_STRING} ^customer%20reference&f=1,1,1,1,1,1&c=10,10,10,10,10,10&s=1,1,1,1,1,1,1&st=1$
RewriteRule ^$ http://www.domain.com/customer-references/? [R=301,L]

Then, I attempted variations on this:

RewriteCond %{HTTP_HOST} ^domain.com
RewriteCond %{QUERY_STRING} ^q=customer%20reference* [NC]
RewriteRule ^(.*)$ http://www.domain.com/customer-references/ [R=301,L]

Do I need to escape out the ampersands or the space (%20)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T18:17:16+00:00Added an answer on May 28, 2026 at 6:17 pm

    Escaping of % and & is not necessary as they are not special characters.

    The following works for me. Place in the .htaccess file in the root of your site.

    RewriteEngine on
    RewriteBase /
    
    # match/dyn/?q=customer%20reference&f=[ANYTHING]
    RewriteCond %{QUERY_STRING}  ^q=customer%20reference&f= [NC]
    RewriteRule ^dyn/$ /customer-references/? [L,R=301]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to redirect a page via JavaScript: window.location('http://www.google.com'); but in firefox, I'm getting
I'm trying to make 301 redirect via htaccess Redirect 301 /page_one http://site.com/ But this
I'm trying to redirect to a page but based on the answer from a
I'm trying to redirect to a specified page after post via jQuery. Here's my
I'm trying to user RewriteRule in my .htaccess file to redirect example.com/page to example.com/page.php
I'm trying to redirect this page Page to a Jquery mobile website that I'm
I am trying to redirect a page reading the url from the config file.
I'm trying to redirect to a page that uses basic authentication, with no success
I'm trying to redirect to a .php page if the $validForm variable is TRUE.
I am trying to redirect everything to a single page from my /website/folder/ directory.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.