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]