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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:16:59+00:00 2026-05-11T01:16:59+00:00

I wanted to set .htaccess to rewrite: example.com/bla/info/ to example.com/info/index.php?q=bla example.com/bla/info/txt/ to example.com/info/index.php?q=bla&t=txt I

  • 0

I wanted to set .htaccess to rewrite:

example.com/bla/info/ 

to

example.com/info/index.php?q=bla  example.com/bla/info/txt/ 

to

example.com/info/index.php?q=bla&t=txt 

I wanted the browser still to display:

example.com/bla/info/txt/ 

I didn’t want rewrite in the level 2 rewrites, like:

example.com/bla/xxx/  

or

example.com/ccc/zzz/aaa/ 

but

example.com/silly/info/  

would work as well as

example.com/strange/info/mytxt/ 

Did this make sense?

Any help?

  • 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. 2026-05-11T01:17:00+00:00Added an answer on May 11, 2026 at 1:17 am

    If you start your pattern with ^ and end it with $, the rule will only apply if the whole string matches.

    RewriteRule   ^/bla/info/$      /info/index.php?q=bla RewriteRule   ^/bla/info/txt/$  /info/index.php?q=bla&t=txt 

    If you use do not use the [R] option, the URL shown in the browser will be whatever the user entered.

    Are you trying to make this general-purpose? If so, you can use regex-type matching and variable substitution. To make ‘bla’ match any string up to the next slash (/), use

    ([^/]+) 

    in your pattern and reference it with $1 in your substitution.

    RewriteRule ^/([^/]+)/info/$          /info/index.php?q=$1 RewriteRule ^/([^/]+)/info/([^/]+)/$  /info/index.php?q=$1&t=$2 

    I recommend the Apache web pages about mod_rewrite for more information.

    [Edit. Fixed the rules to not include the host name in the pattern, as the original poster figured out.]

    —
    bmb

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

Sidebar

Related Questions

I wanted to set up a simple data communication between two C# applications, and
I set up a new webapp Maven project and wanted to test it with
I wanted to use a hashtable as set of some objects for a graphic
I wanted to be able to set the keyEquivalent of an NSMenuItem based on
I have a photologue site set up and I really wanted to add an
I set up a Zend Framework application using Zend_Tool, but I wanted multiple modules
We have a multi-store set up and I wanted to change the template slightly
I wanted to run 1,000 iterations of a program, so set a counter for
I am new to jquery. I wanted to generated a set of image button
I use htaccess with a set of rules to control the different pages of

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.