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 7552077
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:40:05+00:00 2026-05-30T10:40:05+00:00

I have a url which ends with a certain variable string, and was erroneously

  • 0

I have a url which ends with a certain variable string, and was erroneously generated and indexed unfortunately.

Example:
http://domain.com/anything-in-between/?var=xyz-abc-abc-abc

How can I redirect to main site (kill it), by detecting ‘abc-abc-abc’ using htaccess?

Why wouldn’t this work and what would be the best solution:

RewriteCond %{REQUEST_URI} abc-abc-abc
RewriteRule .* index.php
  • 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-30T10:40:07+00:00Added an answer on May 30, 2026 at 10:40 am

    You want to use the query string as claesv suggests but you need to then kill the query string

    RewriteEngine On
    RewriteBase   /
    RewriteCond %{QUERY_STRING} \bvar=.*?abc-abc-abc$
    RewriteRule ^               index.php?           [L]
    

    This will do it silently (i.e. in the server as an internal redirect and not involving the browser). You can’t use 301s reliably to trim query strings.

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

Sidebar

Related Questions

I have some URL which is in CP-1251 i believe. For example: http://domain.com/Test -
I have a URL which can be any of the following formats: http://example.com https://example.com
I have an url which is http://www.urlbookmarking.com/bookmarks-details.php?bid=55 and I want it to be like
I have an asp.net url path which is being generated in a web form,
I have a URL which requires some parameters. The values of those parameters can
I have a special url which I would want only few people to have
In the sitemap file, I have sitemap Node URL which have more than 1
I have an xsl:fo style sheet that refers to a URL which is an
I am trying to install ruby-mp3info. I have the following URL from which I
I have big URL list, which I have to download in parallel and check

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.