Skip to content

Instantly share code, notes, and snippets.

View jeroenwtf's full-sized avatar
🍕
SEND PIZZA

Jeroen van Meerendonk jeroenwtf

🍕
SEND PIZZA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jeroenwtf on github.
  • I am jeroenwtf (https://keybase.io/jeroenwtf) on keybase.
  • I have a public key whose fingerprint is A0B0 7B15 6230 C3A5 8FFB 849B 46F4 772E EC9C 47F3

To claim this, I am signing this object:

@jeroenwtf
jeroenwtf / CodeIgniter htaccess
Created December 30, 2013 16:48
.htaccess for CodeIgniter with some php flags.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag log_errors on
@jeroenwtf
jeroenwtf / Sticky footer
Created December 12, 2012 09:34
HTML and CSS for a sticky footer.