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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:11:05+00:00 2026-06-01T08:11:05+00:00

THE INFO I’m cleaning up a few URLS in my web app by doing

  • 0

THE INFO

I’m cleaning up a few URLS in my web app by doing some rewriting in NGINX.

The first rewrite I am doing is for handling paging [ex. http://domain.com/p/2%5D, and the second is for a user profile area [ex. http://domain.com/username%5D.

The rewrites I am using are as follow:

rewrite ^/p/(.*)$ /index.php?p=$1; # paging rewrite from /p/<page_number>
rewrite ^/(.*)$ /user.php?user=$1; # user page rewrite from /<username>

The problem

The problem I am having should be pretty easy to spot. Since I am using /p/ and /username, the rewrite doesn’t differentiate between the two and ends up thinking /p/2 should be passed as the user page.

I know I need to run a check of /p/ and treat it differently than anything else to rewrite, but in my reading I have read that IF statements were to be avoided if possible due to potential unexpected results.

Question

Is this a case where an IF statement would be usable, if so what would that look like to ensure I am checking against the proper request coming from the user. If there is a way to do the check without an IF statement, I would like some insight into accomplishing that.

Appreciate any help.

Cheers,

Jared

  • 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-06-01T08:11:06+00:00Added an answer on June 1, 2026 at 8:11 am

    This is what the last flag is for. Just add it to the first rewrite, and if it matches, then the second rewrite won’t be evaluated:

    rewrite ^/p/(.*) /index.php?p=$1 last;
    rewrite ^/(.*) /user.php?user=$1;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

BACKGROUND INFO: I need to update some data from the web, about every hour
Setup info: ASP.NET web backend 99% jQuery based webpages, only thing ASP.NET is doing
Info: C#, Visual Studio 2010 RC How can I add a WCF Web Service
Background info: We are currently 3 web programmers (good, real-life friends, no distrust issues).
Some info of the situation: Say I have a grid view of 10 rows
Is info about Drupal RSS feed signups available? May be some special module? Or
Background info I have an app where users can make microsites ala http://myname.the_app.com .
Can someone provide concrete info on how the app upgrade process works on iOS
Some info: I'm 4th year software engineering student, I know C/C++, Java, Ruby, Haskell,
Some info on the issue: I am trying to create a list that fills

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.