mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:47:03 +00:00
11 lines
168 B
ApacheConf
Executable File
11 lines
168 B
ApacheConf
Executable File
DirectoryIndex index.php
|
|
|
|
<IfModule mod_rewrite.c>
|
|
|
|
#SetEnv HTTP_MOD_REWRITE On
|
|
SetEnv ESPO_MR On
|
|
|
|
RewriteEngine On
|
|
RewriteRule reset/?$ reset.html [QSA,L]
|
|
|
|
</IfModule> |