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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T04:54:27+00:00 2026-06-01T04:54:27+00:00

This is what my .htaccess file looks like: # Original # If you modify

  • 0

This is what my .htaccess file looks like:

# Original
# If you modify this file then change the above line to: # Modified
<IfModule mod_rewrite.c>
   RewriteEngine On
   # Certain hosts may require the following line.
   # If vanilla is in a subfolder then you need to specify it after the /. 
   # (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
   # RewriteBase /
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
</IfModule>

I just read that with rewrite rules in .htaccess, I can create URL aliases, which can be used to shorten long URLs. I want to create a wildcard rewrite rule so that all the files in this directory: http://example.com/cache/Sitemaps/ are shortened (not redirected) to http://example.com/*.

For example, if file1.xml, file2.xml, file3.xml… and so on are files residing in http://example.com/cache/Sitemaps/, I want:

http://example.com/cache/Sitemaps/file1.xml → http://example.com/file1.xml
http://example.com/cache/Sitemaps/file2.xml → http://example.com/file2.xml
http://example.com/cache/Sitemaps/file3.xml → http://example.com/file3.xml
…and so on! (where → stands for ‘aliases or shortened to’)

How do I do this? And where should I add it in my .htaccess file (shown above)? Thanks.

  • 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-01T04:54:29+00:00Added an answer on June 1, 2026 at 4:54 am

    Here is your modified .htaccess, place it in DOCUMENT_ROOT itself:

    # Modified
    # If you modify this file then change the above line to: # Modified
    <IfModule mod_rewrite.c>
       RewriteEngine On
       # Certain hosts may require the following line.
       # If vanilla is in a subfolder then you need to specify it after the /. 
       # (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
       RewriteBase /
    
       # shorten /cache/Sitemaps/foo.xml to /foo.xml
       RewriteRule ^((?!cache/Sitemaps/).*\.xml)$ cache/Sitemaps/$1 [NC,L]
    
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteRule ^(.*)$ index.php?p=$1 [QSA,L]
    
    </IfModule>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is my .htaccess file: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # Remove multiple
My .htaccess file looks like this: RewriteEngine On RewriteRule ^articles/(\d+)*$ ./articles.php?id=$1 So, if the
My .htaccess file looks like this: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f
I have a .htaccess file - looks something like this: RewriteEngine On <FilesMatch ^.*\.php.*$>
My current htaccess file looks like this: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteCond
So my .htaccess file looks like this RewriteBase / Redirect 301 /page.html http://www.yoursite.com/newpage.html Redirect
Currently, my .htaccess file looks like this: RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule
I have a rewriterule in my htaccess file that looks like this: RewriteRule ^Signup$
My .htaccess file looks like this: <Files misc> ForceType application/x-httpd-php </Files> <Files computers> ForceType
I'm using wordpress pretty permalinks, my .htaccess file looks like this: # BEGIN WordPress

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.