Skip to content

Instantly share code, notes, and snippets.

@ocReaper
Created March 1, 2016 10:58
Show Gist options
  • Save ocReaper/522bb8bd1f97e121dbfb to your computer and use it in GitHub Desktop.
Save ocReaper/522bb8bd1f97e121dbfb to your computer and use it in GitHub Desktop.
Revoke 404 error handling from WP and passing to Apache extended
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(css|js|html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|swf|tar|tif|tiff|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$ - [nocase,redirect=404,last]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment