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

  • Home
  • SEARCH
  • 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 7504081
In Process

The Archive Base Latest Questions

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

How can I restrict direct access to every file that has .inc. in the

  • 0

How can I restrict direct access to every file that has .inc. in the file name? Basically I did that to point out that the specific file must only be included. Already using Apache and mod_rewrite for basic SEO purposes, by this goes a “bit” beyond my knowledge. .htaccess should somehow do the trick straight away, hopefully.

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

    Try this:

    RewriteCond %{REQUEST_URI} \.inc\. [NC]
    RewriteRule . - [F]
    

    or this works too

    RewriteRule \.inc\. - [F]
    

    This will give a permission denied.

    Or you can also use a 404 page not found:

    RewriteRule \.inc\. /404.php [L,NC] #or your own 404 page file
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can restrict Lucene.Net to index only these terms that has length greater than
I'm trying to build a middleware that can restrict access based on conditions. I
I want to restrict my web app so that .txt files can not be
We can restrict type of method parameters; for example, we should say that function
Does anyone know if Tomcat can restrict access to certain application by IP address
I want to make a simple program that can restrict any communication over the
I want to check the file size before uploading it, so that i can
I have a C# .net webservice that I need to restrict access to. I
I am using java. I know by using private access modifier we can restrict.
I have read somewhere that we can restrict the scope of global variable to

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.