ac1d1c/infinity/master/.htaccess
Options -Indexes Options -MultiViews <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /infinity/ RewriteCond %{REQUEST_URI} !(/(public|asset)/) RewriteRule ^(.*)$ index.php [L] </IfModule>
Options -Indexes Options -MultiViews <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /infinity/ RewriteCond %{REQUEST_URI} !(/(public|asset)/) RewriteRule ^(.*)$ index.php [L] </IfModule>