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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T02:23:37+00:00 2026-06-17T02:23:37+00:00

I am trying to rewrite http://abc.com/sub/random.php to http://abc.com/random . I have tried RewriteRule ^random$

  • 0

I am trying to rewrite http://abc.com/sub/random.php to http://abc.com/random.
I have tried

RewriteRule ^random$ sub/random.php [QSA,L]

But it does not work for some reason.

  • 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-17T02:23:38+00:00Added an answer on June 17, 2026 at 2:23 am

    It doesn’t make much sense to show the “ugly” URL with the resource in the browser’s address bar: http://abc.com/sub/random.php, while hiding the “pretty” URL http://abc.com/random. So, I assumed you want the opposite of what you asked.

    If that is correct, you may try this:

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} .*/([^/]+)/?$    [NC]
    RewriteRule .* sub/%1.php  [L,QSA]
    

    It will map silently this:

    http://abc.com/random

    To this:

    http://abc.com/sub/random.php

    Where random is not a fixed string but a variable that is passed as the name of the script.

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

Sidebar

Related Questions

I'm trying to rewrite urls that have an image in them but not 'php',
I'm trying to rewrite a url of this: http://www.foo.com/bar/baz to index.php?q=$1&d=baz Where bar is
I'm trying use mod_rewrite to rewrite URLs from the following: http://www.site.com/one-two-file.php to http://www.site.com/one/two/file.php The
I am trying to rewrite multiple pages like this ... http://subdomain.domain.com/index.php?action=printpage;topic=12345.67 To this ...
I am trying to URL Rewrite to the following URL Http://***.com/index.php?p=forum&mod=view_posts&page=$3&name=$2&id=$1 Http://***.com/forum/{id}-{name}/{page} Http://***.com/forum/1-Hello-World/1 I
Ok so I am trying to rewrite http://example.com/post.php?cat1=aCatagory&title=aTitle to http://example.com/aCatagory/aTitle The problem is I
I'm trying to rewrite this url: http://www.example.com/user.php?user=username into http://example.com/username I'm using this code in
I am trying to rewrite a URL from something like this: http://www.asdf.com/index.php to http://www.asdf.com/#welcome
I'm trying to rewrite an url from: http://domain.com/aa/whatever/whatever.php to http://domain.com/whatever/whatever.php?language=aa However, depending on existing
I am trying to rewrite URLs like this: http://url.maxk.me/abc to http://url.maxk.me/?url=abc , but for

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.