Skip to content

Instantly share code, notes, and snippets.

@Firesphere
Firesphere / .htaccess
Last active May 14, 2020 08:27
What alignment type is this?
RewriteEngine On
RewriteCond %{REQUEST_URI} !^wp-admin.php
# Anything that has "wp-" in its request, will be send to the bomb
RewriteRule ^(.*)wp-(.*)$ wp-admin.php [L]