diff --git a/.htaccess b/.htaccess index 92de266..96498c5 100644 --- a/.htaccess +++ b/.htaccess @@ -3,4 +3,16 @@ RewriteEngine On RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s/index\.php[\s?/] [NC] RewriteRule ^index\.php$ / [R=301,L] RewriteCond %{REQUEST_FILENAME}.php -f -RewriteRule ^([^/]+)/?$ $1.php [L] \ No newline at end of file +RewriteRule ^([^/]+)/?$ $1.php [L] + +# BEGIN cPanel-generated php ini directives, do not edit +# Manual editing of this file may result in unexpected behavior. +# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) +# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) + + php_value output_buffering Off + + + php_value output_buffering Off + +# END cPanel-generated php ini directives, do not edit \ No newline at end of file