From cf5e99e9aa998c56eda0765a9aefdc14c439e0df Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 20 Dec 2019 14:48:04 -0600 Subject: [PATCH] change comment --- public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index b75525be..3aec5e27 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -14,7 +14,7 @@ RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [L,R=301] - # Handle Front Controller... + # Send Requests To Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L]