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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T20:47:31+00:00 2026-06-09T20:47:31+00:00

I have a standard Drupal site and need to add a redirection rule for

  • 0

I have a standard Drupal site and need to add a redirection rule for SEO reasons

I need to redirect /salon/whatever to /salon-locator/whatever

This is what I have at the moment but I seem to get multiple redirects

  RewriteEngine on

  Redirect permanent /salon/ /salon-locator/

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_URI} !=/favicon.ico]
  RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
  • 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-09T20:47:34+00:00Added an answer on June 9, 2026 at 8:47 pm

    You need to stick with mod_rewrite here because after mod_alias processes the Redirect directive, the URI continues through the path processing pipeline and mod_rewrite gets a hold of it and mangles it. If you use only mod_rewrite, you can tell the rewrite engine to stop after you’ve redirected using the L flag. So you want to replace:

    Redirect permanent /salon/ /salon-locator/
    

    with this:

    RewriteRule ^salon/(.*)$    /salon-locator/$1 [L,R=301]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a standard form array in PHP like this. I need to account
I have a mobile site running with jQuery Mobile. I want to have standard
I have standard multi-level menu like this one: <ul id=nav> <li><a href=#>Home</a></li> <li><a href=#>Dropdown</a>
I need to do one of two things in Drupal have the ability to
I have a web application that have standard form authentication declared, like this: <login-config>
I have an image gallery within a Drupal site that uses the 'Image Gallery'
We have a Drupal 6 website and we want to add Advertisements to the
I have installed the Content Profile module on my Drupal 6 website. This module
I have standard ASP.NET 4 application. Inside this application there are also few razor
I have standard databindings setup for all my TextBoxes to an Object like this:

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.