From 3d0cc2861dd64a47e0b63e651eed45927bd7c923 Mon Sep 17 00:00:00 2001 From: Astoria Floyd Date: Mon, 9 May 2022 07:16:00 -0500 Subject: [PATCH] Changes for production use. --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 8b3ee12..791f17a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ ErrorDocument 404 /404.php -php_value include_path "/var/www/future" +php_value include_path "/var/www/html" RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*)/$ /$1 [L,R] # <- for test, for prod use [L,R=301] +RewriteRule ^(.*)/$ /$1 [L,R=301] # <- for test, for prod use [L,R=301]