Prolem session htaccess

hello
How to configure the .htaccess file for sessions to work properly?
I modified my .htaccess file how to reset it?
thank you

Hi @seb973!

How to configure the .htaccess file for sessions to work properly?

000webhost supports sessions by default. However based on the way you prefer to send headers to your clients (sessions are using cookies, and cookies are sent as headers) you may want to append
php_value output_buffering on to your .htaccess

I modified my .htaccess file how to reset it?

The default .htaccess contains php_value display_errors 1 :wink: