Тема: Проблема...
Доброго вечора...
В мене є сайт. Створений за допомогою конструктора Zypo і розміщений він на hostingeri.
Так от, я хотів стистнути всі файли, щоб збільшити швидкість завантаження.... У цій статті пише, що треба добавити цей код в файл .htaccess
# сжатие text, html, javascript, css, xml:
2
<ifModule mod_deflate.c>
3
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/css text/javascript application/javascript application/x-javascript
4
</ifModule>
Ну я так і зробив... І тепер браузер відображає не сайт, а видає таке повідомлення
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at admin@main-hosting.eu to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Що робити???