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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:07:37+00:00 2026-05-11T18:07:37+00:00

I am trying to redirect pages using mod_rewrite to the pages with some variables

  • 0

I am trying to redirect pages using mod_rewrite to the pages with some variables (for using them with PHP’s $_GET).

To give an example with few lines:

  • When the user enters /c/stg it redirects to item_show.php?id=$1&f=1 (where f is page number).
  • When the user enters /c/stg/2 it redirects to the second page with show.php?id=$1&f=$2.

I think there are no errors or misuses of these in my file but, here’s what I want:

I want user to enter /string directly to go item_show.php?id=$1&f=1 with $1 is our string of course…

But when I change my file by removing the /c/ part from RewriteRule it starts giving errors in all other directories and doesn’t read any files (my.css) even though I have already defined a RewriteCond %{REQUEST_FILENAME} !-f…

Do you have any suggestions?
Or how can I made this system possible with any method?

Options FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

#user
RewriteRule ^u/([^/]+)/?$ profile.php?username=$1 [L,NC]

#marked
RewriteRule ^marked/([^/]+)/?$ item_marked.php?id=$1 [L,NC]

#content
RewriteRule ^c/([^/]+)/?$ item_show.php?id=$1&f=1 [L,NC]
RewriteRule ^c/([^/]+)/([^/]+)/?$ item_show.php?id=$1&f=$2 [L,NC]
  • 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-11T18:07:37+00:00Added an answer on May 11, 2026 at 6:07 pm

    Am I wrong if RewriteCond only are passed on to the first RewriteRule??

    Try this instead:

    Options FollowSymLinks
    RewriteEngine On
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    
    #user
    RewriteRule ^u/([^/]+)/?$ profile.php?username=$1 [L,NC]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    #marked
    RewriteRule ^marked/([^/]+)/?$ item_marked.php?id=$1 [L,NC]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    #content
    RewriteRule ^c/([^/]+)/?$ item_show.php?id=$1&f=1 [L,NC]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^([^/]+)/([^/]+)/?$ item_show.php?id=$1&f=$2 [L,NC]
    

    Cheers,

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

Sidebar

Related Questions

I am trying to redirect my pages using URL: RewriteRule ^(.*)/content/(.*)/?(.*)\.html$ browse.php?s=$1&c=$2&l=$3 [NC,L] For
I'm trying to redirect all requests to my domain to another domain using mod_rewrite
I'm trying to 301 redirect pages with a .php extension to their extensionless version.
So currently I'm using @login_required to block certain pages from users and redirect them,
I'm trying to redirect a few pages to different pages. This should be simple,
I'm trying to submit some data using POST method and redirect the page. But
I'm trying to redirect to a .php page if the $validForm variable is TRUE.
I'm trying to redirect requests for a wildcard domain to a sub-directory. ie. something.blah.example.com
I'm trying to redirect/forward a Pylons request. The problem with using redirect_to is that
I am trying to redirect /folder to / using .htaccess but all am I

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.