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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:27:29+00:00 2026-05-28T01:27:29+00:00

I have a problem in rewriting my dynamic url pattern in localhost. here is

  • 0

I have a problem in rewriting my dynamic url pattern in localhost.

here is my url: http://localhost/realtor/?module=property&action=popular-residential-buy
and i want the url to be http://localhost/realtor/property/popular-residential-buy

I have done so far in my .htaccess file:

Options +FollowSymLinks
RewriteEngine on
RewriteRule type (.*)-(.*)$ /?module=$1&action=$2

but it’s not working.

  • 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-28T01:27:30+00:00Added an answer on May 28, 2026 at 1:27 am

    Your existing regular expression gobbles up too much of your URL. You’ll end up with something other than what you want in $1 and $2 (probably realtor/property/popular-residential in $1, and just buy in $2, due to the first .* greedily matching as much as it can before back tracking one character at a time to find a match).

    Based on the URL you provided, it looks like your regular expression should be something like ^realtor/([^/]*)/([^/]*)/?$. That will give you what you want in $1 and $2, and it should be a quicker regular expression AFAIK.

    Past that, make sure that you do have the RewriteEngine properly configured on your particular server.

    • For Apache, you’ll need to enable mod_rewrite. Look in your httpd.conf for LoadModule rewrite_module modules/mod_rewrite.so, and make sure it is uncommented.
    • IIS is a bigger can of worms — let me know if that is what you are using, and I will write a more complete answer.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have a very strange problem with Apache .htaccess URL Rewriting and Redirection. Here's my
i have a problem to fix that url rewriting code RewriteRule ^([aA-zZ0-9_-]+)/?([0-9]*)/?([A-Za-z0-9_-]*)/?([A-Za-z0-9_-]*)/?$ index.php?m=$1&r=$2&a=$3&b=$4 [QSA]
I have a small problem with url rewriting on apache. I would like it
OK I have been messing about with URL rewriting for the last few days
How does URL rewriting affect the $_GET parameter for PHP? Say I have a
For my program I use dynamic URL rewriting with PHP: <IfModule mod_rewrite.c> RewriteEngine On
I have a big problem. There are devices in live that send the URL
I am new to url-rewriting. I have written few rewrite rules in the .htaccess
I have a really big problem on my hands. I spend a week rewriting
I have problem in some JavaScript that I am writing where the Switch statement

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.