in the FlashVideo configuration the settings do not reflect those I included in the .htaccess file. What might be the cause? My host said that I need to customize the php.ini instead but since this involves working with unix commands in the shell I do not feel fit for this approach. What can I do?
Comments
Comment #1
attheshow commentedChanging the php.ini doesn't always have to involve using the command line. You can customize this file in any text editor and use FTP to upload it to the server. ...in my experience at least.
If .htaccess isn't working, I'd try doing what the host suggests and using a custom php.ini file.
Comment #2
mirrie commentedthanks, yes my host in fact recommends that approach.
Comment #3
attheshow commented