.htaccess file empty?? ahhhhhhhhhh!!!!

Jester2000
Jester2000's picture

Joined: 2003-06-24
Posts: 40
Posted: Tue, 2003-10-07 06:21

Ok, So I have this error:

C.18. Why do I get this warning: Your script possibly relies on a session side-effect which existed until PHP 4.2.3?

Well the FAQ says you can:
---------------------------------------------
add this line to your .htacces: php_flag session.bug_compat_warn off
---------------------------------------------

Well I opened my .htaccess file in notepad and it was empty!!!!
adding that line does nothing!

What does it mean when there's nothing in there? Where should I go from here???

Please help,

Jess

 
Jester2000
Jester2000's picture

Joined: 2003-06-24
Posts: 40
Posted: Thu, 2003-10-09 04:33

bump.... Please HELP!!!!

 
beckett
beckett's picture

Joined: 2002-08-16
Posts: 3474
Posted: Sat, 2003-10-11 12:00

Okay. Try adding this line (slightly different) to your PHP config file (called php.ini):

session.bug_compat_warn = Off

Then, restart your webserver.

-Beckett (

)