Skip to content
Permalink
21c132941f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit 3d7195b Mar 30, 2025 History
0 contributors

Users who have contributed to this file

9 lines (8 sloc) 188 Bytes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>