X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/22155a6fb142b79fc4656eb9d4ec030a16718605..b8cac6e3a9b47f1a2ae9dfc7bfc53df8fec1d004:/.htaccess diff --git a/.htaccess b/.htaccess index f8571b4..f322d75 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1,9 @@ DirectoryIndex index.plp + +RewriteEngine on +RewriteBase / + +# add .plp if a file exists with .plp appended (topdir only) +RewriteCond %{REQUEST_FILENAME}.plp -f +RewriteRule ^/*([^/]+)(.*) $1.plp$2 +