Skip to content

Instantly share code, notes, and snippets.

@stefanpejcic
Created August 29, 2019 11:15
Show Gist options
  • Save stefanpejcic/4c1b473d0116db56cf1f897fe005d0c7 to your computer and use it in GitHub Desktop.
Save stefanpejcic/4c1b473d0116db56cf1f897fe005d0c7 to your computer and use it in GitHub Desktop.
file access
RewriteCond %{REQUEST_URI} !^/wp-content/plugins/file/to/exclude\.php
RewriteCond %{REQUEST_URI} !^/wp-content/plugins/directory/to/exclude/
RewriteRule wp-content/plugins/(.*\.php)$ - [R=404,L]
RewriteCond %{REQUEST_URI} !^/wp-content/themes/file/to/exclude\.php
RewriteCond %{REQUEST_URI} !^/wp-content/themes/directory/to/exclude/
RewriteRule wp-content/themes/(.*\.php)$ - [R=404,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment