Saturday, October 3rd, 2009
The bottom line for this article is that I want to make WordPress as fast, secure, and easy to install, run, and manage because I am using it more and more for client production sites, I will work for days in order to solve an issue so that I never have to spend time on that issue again. Time is money in this industry and that is ultimately (time) what there is to gain by tweaking WordPress.
Note: I spent no time on readability, this is primarily a read the code and figure it out article.. This is for advanced users looking for a reference or discussion and for those of you looking to advance. Feedback would be great if you make it that far..
Tags: admin, advanced, Cookies, debugging, htaccess, mod_rewrite, PHP, phpinfo, WordPress, wp-config.php
Posted in CSS, Cache, Featured, Hacking, Javascript, Linux Unix BSD, PHP, SEO, Security, Server Administration, Shell Scripting, Web Design, Web Hosting, Webmaster, WordPress, WordPress Plugins, htaccess, mod_rewrite | 4 Comments »
Friday, September 11th, 2009
Note: Extremely ILL Content
Find the key to unlocking mod_rewrite and you WILL be sick.. sick with a diamond disease on your wrist!
Tags: advanced, askapache, cheatsheet, howto, htaccess, htaccess rewrite, mod_rewrite, tutorial
Posted in Apache, Apache Modules, Featured, Linux Unix BSD, htaccess | 17 Comments »
Sunday, August 23rd, 2009
Want to get started with my custom bash aliases and bash_profile without reading this page? Execute the following in your shell and rock and roll.
curl -o ~/.askapache-bash-aliases http://z.askapache.com/askapache-bash-aliases.txt
curl -o ~/.askapache-bash-profile http://z.askapache.com/askapache-bash-profile.txt
source ~/.askapache-bash-profile
Tags: .bashrc, advanced, alias, bash, bash alias, bash_profile, function, linux, scripts, shell script
Posted in Featured, Hacking, Linux Unix BSD, Security, Shell Scripting, Web Hosting | 2 Comments »
Friday, December 19th, 2008
This is all new, experimental, and very very cool. It literally uses .htaccess techniques to create several virtual “locked gates” that require a specific key to unlock, in a specific order that cannot be bypassed. It uses whitelisting .htaccess tricks to specify exactly what is allowed, instead of trying to specify everything that isn’t allowed. Also, by setting specific cookies/tokens after successfully passing through a gate, we can then require the exact cookie/token from the previous gate, which stops an attacker from skipping or bypassing gates.
Tags: advanced, Hacking, htaccess, mod_rewrite, phpBB, Security, ssl
Posted in Apache, Featured, Hacking, Security, htaccess, mod_rewrite | 6 Comments »