# Pyrk / Walkly root protection
# Upload this file to the /steps folder, beside api/, app/, config/, public/.

Options -Indexes
DirectoryIndex index.php

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^$ index.php [L]
</IfModule>
