Htaccess
Htaccess
Options +FollowSymlinks
### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following
settings, restore the # as this means your host doesn't allow that.
# 1. 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
# 2. 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
# 3. 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
# 4. Set max time for input to be received. 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
# 5. Disable open_basedir limitations. Most hosts will limit this and not allow it
to be overridden but you can try.
# php_value open_basedir none