losthope
06-17-2005, 12:48 AM
hey guys,
ok, so i'm a rather new to the unix/linux world, and i'm having a bit of trouble with my .htaccess file. basically i just want to be able to override a few default php settings. to accomplish this, i went to the public_html directory and created a file called .htacces (using touch). then i fired up pico and entered the following line:
psp_value upload_max_filesize 12M
saved the file. reloaded the website. an internal 500 server error. when i comment the line out (#), everything works again. i've tried several different "psp_value" commands, and all of them cause the same server error. does anybody have any idea what i'm doing wrong? does the .htaccess file need more than just that single line? any help would be appreciated. thanks!
-lost hope
ok, so i'm a rather new to the unix/linux world, and i'm having a bit of trouble with my .htaccess file. basically i just want to be able to override a few default php settings. to accomplish this, i went to the public_html directory and created a file called .htacces (using touch). then i fired up pico and entered the following line:
psp_value upload_max_filesize 12M
saved the file. reloaded the website. an internal 500 server error. when i comment the line out (#), everything works again. i've tried several different "psp_value" commands, and all of them cause the same server error. does anybody have any idea what i'm doing wrong? does the .htaccess file need more than just that single line? any help would be appreciated. thanks!
-lost hope