# # This file is used only for local development while using Apache web server # For nginx setups (production, staging, development VM's) those settings are applied in nginx vhosts # SetEnv APPLICATION_ENV development RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L]
spryker/demoshop/master/public/Zed/.htaccess
