• → Themes, Design, Downloads
  • → Reviews, Essays, University
  • → Mixes, Tracklistings, Mp3s
  • → Daily Ramblings
  • → Simpsons, Family Guy & more
  • → Contact, RSS, Search, Lifestream
  • → The Author

Recent Themes

    All my themes are free. I earn NO money with them. Help me support you by leaving feedback

  • Rainbow Feather Free Premium Wordpress Theme
  • Virtual Private Server that won't let you down
  • Delay notice: University (again) eats up Design time.

  • Subscribe to RSS Feed

  • I am revising for law which requires taking a look at different cases, such as the all famous Cassis de Dijon case (in which the bold German government was denying the cassis to be imported to Germany as it had a too low %) -

    anyway, all of these cases on the official case site are in uppercase, making it a freaking nightmare to read. Has anyone ever come up with a lowercase solution? Of course there is always wikipedia, but that doesnt cover all details...

    In unrelated news: happy xmas everyone the next few days!

    - #
  • Daten-bits verschalten sich in meinem code zu einem system.
    Berechnet und gerendert kann man diese data-welten sehn.
    Können wir keinem maschinen-code widerstehn!
    Hacker tradition muss ewig weitergehen.

    Analoge dinge werden digitalisiert.
    Sicherheit und fortschritt durch die medien propagiert.
    Wir finden alle fehler in diesem system.
    Deshalb sind wir wertvoll aber unbequem.

    Keine schwächen bleiben vor uns unentdeckt.
    Haben in die machtzentralen eingechecked.
    Und ein ende unserer ära ist nicht abzusehen.
    Hacker sind sehr wertvoll aber unbequem.

    Microsaft dateien mit viren infiziert.
    Dumme user haben diesen saft probiert.
    Und ein ende unserer ära ist nicht abzusehen.
    Hacker sind sehr wertvoll aber unbequem.

    And the youtube video

    - #
  • There are still 25 invites left, drop a comment below or send me an email at jez ªt h4x3d.com (oh wow I rate this at style). I have taken off the wordpress default theme for Internet Explorer 6 users. My Google Adsense revenue is hitting rock bottom, anyone actually clicking those ads? I have changed the theme again, will be posting a shot soon or later of the comparison.

    - #
  • → Wordpress
  • → Articles
  • → Music
  • → Dailies
  • → Links
  • → Meta
  • → About

Julian Klewes has released several free Wordpress Themes so far. The most recent design, code and Wordpress related entries are listed below:
Better known in the Wordpress community as 'jez', Julian Klewes has made his name for releasing unique Wordpress Themes and writing articles about Theme ethics and Sponsoring. Theme Overview | Contact
Not important enough to appear at the mainsite, yet too noteworthy to be left out... ↵
Click any of the headlines to continue reading.
    Aside category not selected.
Please note that I am not responsible or affiliated for/with the linked content. This website is merely an index of what is currently available on the internet. Read on | Contact | TOS

  • Log in | You are welcome to and guest-post on this blog
  • Search | This page too chaotic for you? Click, Scroll and Search...
  • RSS Feed | Subscribe to receive the latest posts
  • Contact | Need to Contact me? Use the Contact form | ICQ | MSN | or AIM*
  • Tagcloud | The bolder and bigger the tag, the more I write about it
  • Lifestream | A passive recording of my life streaming away...


C. Julian 'jez' Klewes is a 25 year old young professional from Germany. In the past years he published different kinds of work on the web and did freelance designing, as well as consulting and researching.This websites offers free Wordpress themes, many comprehensive link collections of The Simpsons, Family Guy and other Cartoons, but also semi-professional Progressive Trance music mixes.

Welcome to h4x3d.com. Click the menu items above ↑ to access the most recent category posts. Another click resets the menu.

.htaccess cheat sheet

12th September, 2005


Here is a simple cheatsheet for the .htaccess file:

Enable Directory Browsing

Options +Indexes
## block a few types of files from showing
IndexIgnore *.wmv *.mp4 *.aviDisable Directory Browsing

Options All -IndexesCustomize Error Messages

ErrorDocument 403 /forbidden.html
ErrorDocument 404 /notfound.html
ErrorDocument 500 /servererror.htmlGet SSI working with HTML/SHTML

AddType text/html .html
AddType text/html .shtml
AddHandler server-parsed .html
AddHandler server-parsed .shtml
# AddHandler server-parsed .htmChange Default Page (order is followed!)

DirectoryIndex myhome.htm index.htm index.php Block Users from accessing the site
order deny,allow
deny from 202.54.122.33
deny from 8.70.44.53
deny from .spammers.com
allow from all Allow only LAN usersorder deny,allow
deny from all
allow from 192.168.0.0/24Redirect Visitors to New Page/Directory

Redirect oldpage.html http://www.domainname.com/newpage.html
Redirect /olddir http://www.domainname.com/newdir/Block site from specific referrers

RewriteEngine on
RewriteCond %{HTTP_REFERER} site-to-block\.com [NC]
RewriteCond %{HTTP_REFERER} site-to-block-2\.com [NC]
RewriteRule .* – [F]Block Hot Linking/Bandwidth hogging

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC]
RewriteRule \.(gif|jpg)$ – [F]Want to show a ?Stealing is Bad? message too?

Add this below the Hot Link Blocking code:

RewriteRule \.(gif|jpg)$ http://www.mydomain.com/dontsteal.gif [R,L]Stop .htaccess (or any other file) from being viewed

order allow,deny
deny from all
Avoid the 500 Error

# Avoid 500 error by passing charset
AddDefaultCharset utf-8Grant CGI Access in a directory

Options +ExecCGI
AddHandler cgi-script cgi pl
# To enable all scripts in a directory use the following
# SetHandler cgi-scriptSave Bandwidth

# Only if you use PHP

php_value zlib.output_compression 16386
Password Protecting Directories

Use the .htaccess Password Generator and follow the brief instructions!

The CheckSpelling Directive

From Jens Meiert: CheckSpelling corrects simple spelling errors (for example, if someone forgets a letter or if any character is just wrong). Just add CheckSpelling On to your htaccess file.

The ContentDigest Directive

As the Apache core features documentation says: ?This directive enables the generation of Content-MD5 headers as defined in RFC1864 respectively RFC2068. The Content-MD5 header provides an end-to-end message integrity check (MIC) of the entity-body. A proxy or client may check this header for detecting accidental modification of the entity-body in transit.

Note that this can cause performance problems on your server since the message digest is computed on every request (the values are not cached). Content-MD5 is only sent for documents served by the core, and not by any module. For example, SSI documents, output from CGI scripts, and byte range responses do not have this header.?

To turn this on, just add Content Digest On.

Source: the net / google




Tagged with:



There is a lot to discover on h4x3d.com, browse through the Archive, consult the Sitemap.

About the Author

C. Julian jez Klewes is a 25 year old young professional from Germany. Living in Cologne, nearby Duesseldorf, Germany Living in London, UK, he studied International Business and Management Studies in the Netherlands. He is soon to commence work at a globalplayer in logistics. In the past years he published different kinds of work on the web and did freelance designing, as well as consulting and researching. Care to donate some spare money for his free theme work ? | Thanks