added reset.html rewrite to /reset

This commit is contained in:
Taras Machyshyn
2014-02-28 15:37:41 +02:00
parent 3abaa5b835
commit a57bd78cdf

4
.htaccess Normal file
View File

@@ -0,0 +1,4 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule reset/?$ reset.html [QSA,L]
</IfModule>