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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:24:52+00:00 2026-05-24T05:24:52+00:00

How do I convert nginx equivalent URL rewrite for the following: RewriteRule ^read/([0-9]+)/?$ /read/?u=$1

  • 0

How do I convert nginx equivalent URL rewrite for the following:

RewriteRule ^read/([0-9]+)/?$ /read/?u=$1 [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-24T05:24:53+00:00Added an answer on May 24, 2026 at 5:24 am

    You can do this in two ways, with a location:

    # the ?<u> assigns the capture to $u.  Some older pcres need ?P<u>
    location ^/read/(?<u>[0-9]+)/?$ {
      rewrite ^ /read/?u=$u last;
    }
    

    or with just a rewrite:

    rewrite ^/read/([0-9]+)/?$ /read/?u=$1 last;
    

    nginx will append the query string by default (you can disable the behavior by adding another ? at the end of the rewrite target).

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

Sidebar

Related Questions

I'm looking to convert the following mod_rewrite rule to the Nginx equivalent : RewriteRule
I'm trying to convert the following . htaccess rewrite rule to the appropriate NGINX
Could someone help me to convert this rule for nginx? RewriteRule ^([^/]*)/([^/]*)/?$ index.php?a=$1&b=$2 [L,NC]
I have the following apache rewrite rule: RewriteEngine On RewriteRule ^id/([^/\.]+)$ item.php?id=$1 [L] and
this is my first time with nginx rewrite, who can help me convert those
To convert from a system::String to an std::string, I use the following code: IntPtr
Convert.ToDouble Method (String) converts the specified String representation of a number to an equivalent
I convert my wave file into a mp3 file by the following code: internal
I'm trying to convert an ASP .NET MVC 2 app to run on nginx/mono
I convert the secretkey into bytes with following code SecretKey key = KeyGenerator.getInstance(DES).generateKey(); byte[]

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.