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
2014-03-26 15:40:15 +02:00

8 lines
148 B
ApacheConf
Executable File

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