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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:13:02+00:00 2026-05-23T06:13:02+00:00

I have a URL that is being generated using GET variables from a form

  • 0

I have a URL that is being generated using GET variables from a form in PHP. The issue that I have is that there are two variables being passed. Here is an example URL to clarify:

http://www.examplesite.com/example.php?first=one&second=two

I would like to use a mod_rewrite in my .htaccess to make this a smaller URL. Ideally I would like the URL…

http://www.examplesite.com/one

to be able to redirect to the full URL…

http://www.examplesite.com/example.php?first=one&second=two

but as you can see there are two variables. Is this possible? If not, what is the shortest that I can get the URL using both variables?

Here is my current attempt to solve this with a mod_rewrite

RewriteEngine on  

# don't rewrite if the file exists
RewriteCond %{REQUEST_FILENAME} !-f
# don't rewrite if the directory exists
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ example.php?first=$1&second=$2
  • 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-23T06:13:03+00:00Added an answer on May 23, 2026 at 6:13 am

    Try this:

    RewriteEngine on  
    
    # don't rewrite if the file exists
    RewriteCond %{REQUEST_FILENAME} !-f
    # don't rewrite if the directory exists
    RewriteCond %{REQUEST_FILENAME} !-d
    
    # http://www.examplesite.com/one/two
    RewriteRule ^([^/]*)/([^/]*)$ /example.php?first=$1&second=$2 [L]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an script that receives an encrypted url and from that generates a
I have read that using database keys in a URL is a bad thing
I have a page that is accessed via a URL like this: http://power-coder.net/Test/something.php?id=3#Page1 I
I have an HttpHandler on my webserver that takes a URL in the form
I have a simple Tray icon program that opens a site using System.Diagnostics.Process.Start(URL) And
I have a class that extends application. I need to get a string from
I have a long URL with tons of parameters that I want to open
I have an application where it was requested that a friendly url be made
Scenario: Sending XML, generated using php, via cURL to an external server for parsing.
I have a URL , and I'm trying to match it to a regular

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.