canned-responses/web-api/code/.htaccess

7 lines
103 B
ApacheConf
Raw Permalink Normal View History

2019-09-19 19:41:33 -05:00
Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule . ../index.php [L]
</IfModule>