mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit dca5188dfee3c8f17ea28dd101231b2d72b6e784
parent f862dab99fd95216123af3fdf7fb8ab73b2bd296
Author: markseu <mark2011@mayberg.se>
Date:   Fri, 20 Nov 2015 14:33:22 +0100

Configuration update

Diffstat:
M.htaccess | 12++----------
1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/.htaccess b/.htaccess @@ -1,17 +1,9 @@ <IfModule mod_rewrite.c> RewriteEngine on -# Yellow dynamic pages - +DirectoryIndex index.html yellow.php +RewriteRule ^(cache|content|system)/ error [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ yellow.php [L] -DirectoryIndex index.html yellow.php -RewriteRule ^(cache|content|system)/ error [L] - -# Yellow static pages - -RewriteCond %{REQUEST_FILENAME} -f -RewriteRule ^[^\.]+$ - [T=text/html,L] -ErrorDocument 404 /error.html </IfModule>