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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:30:34+00:00 2026-05-30T23:30:34+00:00

My URL structure is like http://www.example.com/folder/index.php?dir=dir1 To be able to access it from http://www.example.com/folder/dir1

  • 0

My URL structure is like

http://www.example.com/folder/index.php?dir=dir1

To be able to access it from

http://www.example.com/folder/dir1

and at the same time redirect the 1st URL to 2nd one, my htaccess (in ‘folder’) is

Options +FollowSymLinks 

RewriteEngine On
RewriteBase /folder

RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule .* - [L]

RewriteCond %{QUERY_STRING} ^dir=(.*)$ [NC]
RewriteRule ^ %1? [L,R=301,NE]

RewriteRule ^(.+)/? index.php?dir=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^(.*)$ index.php?dir=$1 [L,QSA]

The Redirect and Rewrite were working perfect until recently I switched from NGINX back to APACHE.

The trouble is that it is now also rewriting file extensions which I don’t want!

How can I only apply it only to directories and exclude ALL files from it?

  • 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-30T23:30:35+00:00Added an answer on May 30, 2026 at 11:30 pm

    Figured it out! 🙂

    Actually had to add

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} -d
    

    before the first rewrite!

    So the htaccess looks like:

    Options +FollowSymLinks 
    
    RewriteEngine On
    RewriteBase /folder
    
    RewriteCond %{ENV:REDIRECT_STATUS} 200
    RewriteRule .* - [L]
    
    RewriteCond %{QUERY_STRING}  ^dir=(.*)$ [NC]
    RewriteRule ^ %1? [L,R=301,NE]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} -d
    
    RewriteRule ^(.+)/? index.php?dir=$1 [L,QSA]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My URL structure is like http://www.example.com/folder/index.php?dir=dir1 To be able to access it from http://www.example.com/folder/dir1
With the URL Structure like http://www.site.com/user/1 , is it a security risk? For example
I have a URL that is like the following: http://www.example.com/client/project/subdirectory/value/ I would like like
I have the following url structure: http://localhost/sitename/views/www/page.php I would like for page.php to show
I have a site with the following structure: http://www.example.com/folder1/folder2/folder3 I would like to disallow
URL url = new URL(http://www.example.com/comment); HttpURLConnection connection = (HttpURLConnection) url.openConnection(); connection.setDoOutput(true); connection.setRequestMethod(POST); Is connection.setRequestProperty(key,
I have a simple login page and the URL structure is like www.mydomain.com/admin/auth I
I have an existing journal website with the following url structure http://example.com/dbtable_id/ (eg. http://example.com/89348/)
Based on the following example URL structure: mysite.com/mypage.aspx?a=red&b=green&c=blue Pages in the application use ASP.net
url = http://example.com/file.xml data = urllib2.urlopen(url) data.read() The question is, when exactly will the

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.