techrobatics.com

Sysadmin Ex Machina

Browsing Posts tagged wordpress

The title of this post is actually an attempted SQL Injection I did against my own website, right here. It populated the title of a new post, just as you see here above. Fortunately, it was the only injection of about 600 that succeeded. Y’all might want to look for the “SQL Inject Me” Plugin [...]

Place a copy of this block at the bottom of your apache2.conf. Reproduce it for EACH directory, on which you want to enable the rewrite rules (each wordpress root instance). < Directory /var/www/wordpress> Options Indexes FollowSymlinks MultiViews < IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /wordpress/ <– If you want to point somewhere else RewriteCond %{REQUEST_FILENAME} !-f [...]