Arunkumarcs/Themis-Reinitialize/master/.htaccess
# http://www.htaccessredirect.net/ - Use this url for htaccess help
# Change default directory page
DirectoryIndex public/index.php
# Prevent directory listings
Options -Indexes
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ public/index.php/$1 [L]
Files
