# Rewrite-Engine explizit aktivieren
# (behebt das Problem, dass eine explizite Pfad-Angabe zum PHP-Interpreter im
# PHP-Skript - #!/usr/local/bin/php4 - vom Apache mit ausgegeben wird)
#
#RewriteEngine on
#RewriteRule "(.+)\.html" "/index.php?action=$1&$2" [PT]

# index.php is the start point - what ever?
DirectoryIndex index.php

# ErrorDocuments:
# for budano
#ErrorDocument 404 /~frank/public_html/kernel/index.php
# for Woody
#ErrorDocument 404 /franks-help/kernel-project/index.php
# for kickino
#ErrorDocument 404 /kernel-project/index.php?action=error
