diff options
| author | MaZderMind | 2014-11-10 01:07:11 +0100 | 
|---|---|---|
| committer | MaZderMind | 2014-11-10 01:07:11 +0100 | 
| commit | 2ad3b1c61c4d2f11ad57840a091e4db397689405 (patch) | |
| tree | 4d6b5e94052adbe0d2077cd9c58675ac47ddd6f9 /.htaccess | |
| parent | 3265e2c34059e7181ee792cc8a2c3418d5eb2687 (diff) | |
basic setup for dynamic program teasers on the startpage
Diffstat (limited to '')
| -rw-r--r-- | .htaccess | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -35,6 +35,10 @@ RewriteRule ^(lounge|ambient)/?$ party.php?room=$1&format=audio [L]  # /about/ -> about.php  RewriteRule ^about/?$ about.php [L] +# /program.json -> program-json.php +RewriteRule ^program.json?$ program-json.php [L] + +  # Show a known page in case of as miss  RewriteRule ^404.html$ 404.php [L]  ErrorDocument 404 /~peter/voc-frontends/31c3/404.php | 
