Атаман Posted November 30, 2014 Share Posted November 30, 2014 Не могу понять что не нравится серверу. В логах появились записи, после нажатиятия этйо функции IPB может записать файл .htaccess в директории, где не содержатся php-файлы, препятствуя тем самым запуску файлов PHP и CGI в этих директориях.IPB обнаружил .htaccess файлы."> После запуска перестали отображаться вложения. В логах. public/style_images/.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration, referer: http:// И страница с картинками открывает Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, it@сайт.ru and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Link to comment Share on other sites More sharing options...
Атаман Posted November 30, 2014 Author Share Posted November 30, 2014 Я так понимаю нужно расширение? a2enmod headers Link to comment Share on other sites More sharing options...
siv1987 Posted November 30, 2014 Share Posted November 30, 2014 А что в в самом htaccess? Да, отсутствует мод для директивы header. Link to comment Share on other sites More sharing options...
Атаман Posted December 1, 2014 Author Share Posted December 1, 2014 #<ipb-protection> <Files ~ "^.*\.(php|cgi|pl|php3|php4|php5|php6|phtml|shtml)"> Order allow,deny Deny from all </Files> <Files ~ "^.*\.(ipb)$"> Header set Content-Disposition attachment </Files> #</ipb-protection> Link to comment Share on other sites More sharing options...
Атаман Posted December 1, 2014 Author Share Posted December 1, 2014 А что в в самом htaccess? Да, отсутствует мод для директивы header. Поставил, всё заработало. Спс Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now