mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
9 lines
142 B
ApacheConf
9 lines
142 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
|
|
#SetEnv HTTP_MOD_REWRITE On
|
|
SetEnv ESPO_MR On
|
|
|
|
RewriteEngine On
|
|
RewriteRule reset/?$ reset.html [QSA,L]
|
|
|
|
</IfModule> |