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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T15:29:49+00:00 2026-05-17T15:29:49+00:00

How can I substitute URLs of a web application in a sub folder as

  • 0

How can I substitute URLs of a web application in a sub folder as installed on root.

e.g. need to map
example.com/index.php
to
example.com/new/index.php

I do not want redirection but url rewrite to exempt folder name.

Help me to learn and define rules.

  • 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-17T15:29:50+00:00Added an answer on May 17, 2026 at 3:29 pm

    You can use the following rule to rewrite any request that’s URL path (without path prefix) does not start with new/:

    RewriteCond $1 !^new/
    RewriteRule ^(.*)$ new/$1
    

    This will also work in .htaccess files other than in the document root directory.

    But as you want to use this rule in the .htaccess file in the document root directory, you could also use REQUEST_URI:

    RewriteRule !^new/ new%{REQUEST_URI}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I substitute a container directive ? The following doesn't work: .. |sub|
I know that re.sub(pattern, repl,text) can substitute when pattern matches, and then return the
we can perform vim substitute on a set of lines by selecting them in
UPDATED: Using sed, how can I insert (NOT SUBSTITUTE) a new line on only
can i substitute the 2 url routes urlpatterns = patterns('', url(r'service/geticons', 'core.service.geticons'), url(r'service/getnearby', 'core.service.getnearby'),
vim has very powerful command tools. I can substitute 'Set's for all 'Array's: :%s/Array/Set/g
I always wanted to know, how you can substitute within given parameters. If you
For example, I have a UIImage (from which I can get a CGImage, CGLayer,
I modify asp.net Web Site. I need use different connection strings for users. Web
I wonder if there exists any add-on for VS that can substitute/tag some lines

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.