unicode: common (western) characters
[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