Добрый вечер.
В .htaccess есть много закомментированных функций
# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it: # php_flag register_globals off
# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off
# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M
# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M
# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200
# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200
Переводил гуглил, но так что то по сути и не понял что к чему. Что можете посоветовать ? может что то нужно включить из этих функций?
-------------------------------------------------------------------------------------------
И еще айболит ругается на htaccess я правильно понял что из за
# склейку вашего сайт с www и без www
RewriteCond %{HTTP_HOST} ^www.мойсайт$ [NC]