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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T00:40:30+00:00 2026-06-10T00:40:30+00:00

I want to use apache rewrite module to do complex rewriting. For example If

  • 0

I want to use apache rewrite module to do complex rewriting.

For example
If the url is http://www.site.com/wall and http://www.site.com/profile and http://www.site.com/info I want to rewrite into http://www.site.com/gotopage.php?page=wall ,or http://www.site.com/gotopage.php?page=profile and so forth

But if the url is other than that I want to pass it the other way
For example. if the url is http://www.site.com/newthing then it should rewrite as http://www.site.com/index.php?params=newthing

Please Help. I tried to see other questions but did not get it!

  • 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-10T00:40:31+00:00Added an answer on June 10, 2026 at 12:40 am
    RewriteEngine On
    # Special rule for 3 unique cases
    RewriteRule /(wall|profile|info)$ /gotopage.php?page=$1 [L]
    
    # Only rewrite if the URL has not yet been rewritten
    RewriteCond %{HTTP_URL} (?!gotopage\.php|index\.php)
    RewriteRule /([^/]+) /index.php?params=$1 [L]
    

    Here’s an explanation, line by line:

    1. Any URL that matches one of the 3 specified words gets rewritten to go to gotopage.php.

    2. This line is a condition for the next line. Only if the URL matches this regex will the next line even be considered. The regex checks to ascertain that the request is not already going to gotopage.php or index.php. If it is, we don’t want to rewrite anything (we would just end up in an infinite loop).

    3. If the requested URL has no subsequent slashes, rewrite it to go to index.php.

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

Sidebar

Related Questions

I'll build a web application and I want to use url rewriting. In apache
So I use apache HttpComponents to handle http request in java. Now I want
Weblogic 10.3.1.0 is using com.bea.core.apache.commons.net_1.0.0.0_1-4-1.jar... I want to use commons-net-2.0.jar from my code. How
I have a rewrite in nginx or Apache for this address: http://domain.com/hello to a
I want to use apache camel's sticky load balancing to proxy HTTP into Tomcats.
There are many how-to's for people who want to use Rails with Apache and
I want to use these two classes from lucene - import org.apache.lucene.analysis.snowball.*; import org.apache.lucene.analysis.PorterStemmer;
I want to use log4j in my jsp s and servlets. I read apache
I want to unit test a RESTful interface written with Apache CXF. I use
I want to use functionality from a certain method in apache commons StringUtils. 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.