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

  • Home
  • SEARCH
  • 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 3872024
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T21:52:50+00:00 2026-05-19T21:52:50+00:00

I would like to use mod_rewrite to append a parameter to the end of

  • 0

I would like to use mod_rewrite to append a parameter to the end of a querystring. I understand that I can do this using the [QSA] flag.

However, I would like the parameter appended ONLY if it does not already exist in the querystring. So, if the querystring was:

http://www.mysite.com/script.php?colour=red&size=large

I would like the above URL to be re-directed to

http://www.mysite.com/script.php?colour=red&size=large&weight=heavy

Where weight=heavy is appended to the end of the querystring only if this specific parameter was not there in the first place! If the specific parameter is already in the URL then no redirect is required.

Can anybody please suggest code to put in my .htacess file that can do this?

  • 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-19T21:52:51+00:00Added an answer on May 19, 2026 at 9:52 pm

    EDIT: tested and modified it, now it works for me

    I assume you want to add a default weight parameter if there is no weight at all:

    RewriteEngine on
    RewriteBase /
    RewriteCond %{QUERY_STRING} !weight=
    RewriteRule ^script.php     script.php?weight=heavy [R,L,QSA]
    

    This is esentially the same what @coreyward answered, but a bit more specific. (R flag, to make the change visible, and the weight parameter does not have to be heavy.)

    Hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to use mod_rewrite to redirect to a page if I can
I would like to use mod_rewrite to transform a URL like this one: http://example.com/qxs/app/myapp.qxs
I would like to use mod_rewrite() on my apache setup on a windows machine.
I would like to use the group_by method, but instead of using a column
I would like to use a COM object in my application. How can I
I use Joomla 1.5.22 and mod_rewrite with nice links. But I would like to
Why can't I use mod_rewrite rules similar to this: RewriteEngine On RewriteCond %{ENV:did_rewrite} !=true
I would like to have one .htaccess file that can rewrite correctly on both
I'd like to use apaches mod_rewrite to rewrite my url's. Normally, that i could
I would like to use complex numbers as defined in C99, but I need

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.