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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:44:42+00:00 2026-05-11T17:44:42+00:00

Im just learning mod_rewrite and regex stuff, and what I’m trying to do is

  • 0

Im just learning mod_rewrite and regex stuff, and what I’m trying to do is pass variables of any name, with any number of variables and values, into a script and have them forwarded to a different script.

here is what I have so far:

RewriteEngine on
RewriteRule ^script\$(.*[\])? anotherscript?ip=%{REMOTE_ADDR}&$1 [L] 

That all seems to work except that one of the parameters I’m passing is a URL and the // after http:// always gets stripped down to one slash.

for example, I do

script$url=http://www.stackoverflow.com

then it redirects to:

anotherscript?ip=127.0.0.1&url=http:/www.stackoverflow.com

and the second script chokes on the single-slash.

I realize that preserving a double-slash is the exact opposite of what people usually do with mod_rewrite. Is there a way I can preserve the double-slash?

EDIT: Solution found with Gumbo’s help.

RewriteCond %{THE_REQUEST} ^GET\ (.*)/script\$([^\s]+) 
RewriteRule ^script\$(.*) anotherscript?ip=%{REMOTE_ADDR}&%2 [L]

I had to add that (.*) in front of /script on the RewriteCond, once I did that it got rid of the 404 errors and then it was just a matter of passing the matches through.

  • 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-11T17:44:42+00:00Added an answer on May 11, 2026 at 5:44 pm

    Try this rule:

    RewriteCond %{THE_REQUEST} ^GET\ /script\$([^\s]+)
    RewriteRule ^script\$.+ anotherscript?ip=%{REMOTE_ADDR}&%1 [L]
    

    See Diggbar modrewrite- How do they pass URLs through modrewrite? for the explanation.

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

Sidebar

Ask A Question

Stats

  • Questions 101k
  • Answers 101k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The recent versions of the plugin have the 'Nexus Indexer'… May 11, 2026 at 8:02 pm
  • Editorial Team
    Editorial Team added an answer I have almost exactly the same code in one of… May 11, 2026 at 8:02 pm
  • Editorial Team
    Editorial Team added an answer You need to use GeneralizableValueAttribute, a la: type Queue<'a>(f :… May 11, 2026 at 8:02 pm

Related Questions

I'm just learning Ruby on Rails. I've read a few books, I've watched lots
I'm just learning to work with partial classes in VB.NET and VS2008. Specifically, I'm
I'm just learning about SVG, and it seems great but I'm not sure about
I'm just learning Perl. When is it advisable to use OO Perl instead of
I'm just learning asp.net mvc and I'm trying to figure out how to move

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.