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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T22:50:23+00:00 2026-05-29T22:50:23+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]

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

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

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

The trouble is that if any directory name in URL contains a ‘space’, the URL shows %2520 instead of the ‘space’.

Please advice in modifying the htaccess so it shows %20 or preferrably a simple ‘space’?

  • 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-29T22:50:24+00:00Added an answer on May 29, 2026 at 10:50 pm

    try adding a NE on the redirect ie

     RewriteRule ^ %1? [L,R=301,NE]
    

    EDIT

    Since you’ve read my htaccess, do you see any possiblity of shortening it further

    Below are a couple of comments

    Options +FollowSymLinks 
    
    RewriteEngine On
    RewriteBase /folder
    
    RewriteCond %{ENV:REDIRECT_STATUS} 200
    RewriteRule .* - [L]
    
    RewriteCond %{QUERY_STRING} ^dir=(.*)$ [NC]
    RewriteRule ^ %1? [L,R=301]
    
    #this looks redundant with last rule, and could be deleted?
    RewriteRule ^(.+)/? index.php?dir=$1 [L,QSA]
    
    #this says if not an existing file
    RewriteCond %{REQUEST_FILENAME} !-f
    #and this says if it IS an existing directory
    #Is this what you wanted, or should it be not an existing directory i.e 
    # RewriteCond %{REQUEST_FILENAME} !-d instead
    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

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 an existing journal website with the following url structure http://example.com/dbtable_id/ (eg. http://example.com/89348/)
I have a simple login page and the URL structure is like www.mydomain.com/admin/auth I
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
Here is my CSV file : 12;France;http://www.google.com 12;France;http://www.google.com For each line, the $field[] structure

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.