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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:06:33+00:00 2026-05-27T11:06:33+00:00

I used the following htaccess code to rewrite url to index.php It works good

  • 0

I used the following htaccess code to rewrite url to index.php

It works good with urls as:

http://www.site.com/sub1/
http://www.site.com/sub1/

but not when I add query string to the url like, it breaks:

http://www.site.com/sub1/?uid=7897
http://www.site.com/sub1/?uid=7897

How could I make the code with with query arguments also.

RewriteEngine On # Turn on the rewriting engine
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{QUERY_STRING} !.
RewriteRule ^.+/?$ index.php [QSA,L]
  • 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-27T11:06:33+00:00Added an answer on May 27, 2026 at 11:06 am

    The QSA flag should be enough to keep the query string alive.

    So this should work:

    RewriteEngine On # Turn on the rewriting engine
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^.+/?$ index.php [QSA,L]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have used following code in my c# application string verification_url = @http://site.com/posttest.php?; string
I've used following code for parsing XML file in c++. http://www.codeproject.com/Articles/176236/Parsing-an-XML-file-in-a-C-C-program . Now I
I have a URL like this http://www.freshupnow.com/movie.php?moviename=A+Flat I want to rewrite this URL using
I used following code to preview an image from an url. Bitmap bannerImage=Bitmap.getBitmapResource(http://www.asianmirror.lk/english/images/stories/demo/hot_news/top_news/sanga1_latest.jpg); BitmapField
I have a list of URLs such as, http://www.mywebsite.com/page.php?genus=A_GENUS&species=A_SPECIES&id=12345 . I would like to
Question: What ruleset do I need to do the following redirects: [1] http://www.xyzblog.com/foo/bar.php =>
i have used the following code in .htaccess Options +FollowSymlinks RewriteEngine On RewriteBase /
I am trying to used following code but I am not getting good performance
I'm redirecting all non www urls to www. for that i've used the following
I was wondering how in .htaccess I can redirect the following URL: /mysite.com/blog/Something =>

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.