Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


htaccess_files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
htaccess_files [2016/10/15 09:41] juckinshtaccess_files [2018/11/27 19:25] juckins
Line 19: Line 19:
 </code> </code>
  
-To allow access to just specific directories, block access the the root level.  .htacess in the document root should look like this:+To allow access to [[http://stackoverflow.com/questions/17867576/deny-access-to-all-folders-except-a-few-ones-using-htaccess|just specific directories]], block access the the root level.  The .htacess file in the document root should look like this:
 <code> <code>
 # Refuse direct access to all files # Refuse direct access to all files
Line 25: Line 25:
 Deny from all Deny from all
 Allow from 127.0.0.1 Allow from 127.0.0.1
 +Allow from localhost
 +Allow from 192.168.1.0/24
 </code> </code>
-Then create an htaccess file in whatever directories you want to allow access to:+Then create an .htaccess file in whatever directories you want to allow access to:
 <code> <code>
 Allow from all Allow from all
 </code> </code>
- + 
 +[[https://www.inmotionhosting.com/support/website/redirects/setting-up-a-301-permanent-redirect-via-htaccess|Other .htaccess tricks]]
htaccess_files.txt · Last modified: 2021/09/30 14:40 by juckins