This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/.htaccess
T
Taras Machyshyn e671a7a8d3 installer changes
2014-04-04 17:17:10 +03:00

8 lines
159 B
ApacheConf
Executable File

DirectoryIndex index.php index.html
RedirectMatch 403 \.config$
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule reset/?$ reset.html [QSA,L]
</IfModule>