Skip to content

Instantly share code, notes, and snippets.

View rachelle-scheijen's full-sized avatar

Rachelle Scheijen rachelle-scheijen

View GitHub Profile
@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]