RewriteEngine On

# Block direct access to sensitive build/config files under plugin path.
<FilesMatch "^(\.env(\..*)?|composer\.(json|lock)|phpunit\.xml|artisan|\.gitignore|\.gitattributes)$">
	Require all denied
</FilesMatch>

RewriteRule ^test-laravel$ aismart-core/public/index.php [L]