Skip to content

Instantly share code, notes, and snippets.

@ocReaper
Created March 1, 2016 10:52
Show Gist options
  • Save ocReaper/afe1edb766891dc2cd92 to your computer and use it in GitHub Desktop.
Save ocReaper/afe1edb766891dc2cd92 to your computer and use it in GitHub Desktop.
Revoke 404 error handling from WordPress and passing to Apache simple
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(jpg|jpeg|png|gif|ico|swf|bmp)$ - [nocase,redirect=404,last]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment