f322d756e81f3e949d030d0a4ae6f3b5b8b96fb6
[sheet.git] / .htaccess
1 DirectoryIndex index.plp
2
3 RewriteEngine  on
4 RewriteBase    /
5
6 # add .plp if a file exists with .plp appended (topdir only)
7 RewriteCond    %{REQUEST_FILENAME}.plp  -f
8 RewriteRule    ^/*([^/]+)(.*)           $1.plp$2
9