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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T21:35:47+00:00 2026-05-29T21:35:47+00:00

Trying to block directory access from everyone except 1 IP address. This .htaccess code

  • 0

Trying to block directory access from everyone except 1 IP address. This .htaccess code blocks access but it blocks access to everything including images, css, etc. What do I need to change?

RewriteCond %{REMOTE_ADDR} !^XX\.XXX\.XX\.XXX$
RewriteRule ^hidedirectory(.*)$ http://site.com/ [R,L]

Anyone accessing mysite.com/hidedirectory except me should redirect to mysite.com. Is there a better, more secure way to do this including something like an http response code?

  • 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-29T21:35:49+00:00Added an answer on May 29, 2026 at 9:35 pm

    Better way is to do this in your .conf file:

    <Directory /hidedirectory>
     options -Indexes
     Order Deny,Allow
     Deny from all
     Allow from XX.XXX.XX.XXX
    </Directory> 
    

    This will deny everythig like your rewrite rules.
    But since you want to allow access to images/css etc…

    RewriteCond %{REMOTE_ADDR} !^XX\.XXX\.XX\.XXX$
    RewriteCond %{REQUEST_URI} !\.(?:jpe?g|png|gif|css)$ [NC]
    RewriteRule ^hidedirectory(.*)$ http://site.com/ [R,L]
    

    Add any other extensions into (?:jpe?g|png|gif|css) suffixed by a |(or).

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

Sidebar

Related Questions

I am trying to block all default methods except create and update in my
In my block code I am trying to programmatically retrieve a list of products
I'm trying to debug the following block of Javascript code to see what the
I'm trying to have this block element to be horizontally aligned in the middle
I'm trying to get a block of code down to one line. I need
I'm trying to access my first ruby project. After navigating to the proper directory
everyone. I'm trying to save a picture with android to the public pictures directory
I am trying to block Google Reader: reader.google.com www.google.com/reader The hard part is blocking
I'm trying to leverage the using block more and more these days when I
I'm trying to animate a block level element using jQuery. The page loads with

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.