X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/22155a6fb142b79fc4656eb9d4ec030a16718605..5f6be2729161503016864b7c9c8d3a89dba31bf4:/.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 +