R
R
Roman Romanov2016-01-23 22:29:48
Apache HTTP Server
Roman Romanov, 2016-01-23 22:29:48

Styles are broken, what needs to be fixed here?

AddDefaultCharset utf-8
#RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^.*$ - [L]
#RewriteRule ^.*$ index.php [L]
#RewriteRule ^(.*)$ index.php
# Попробуйте эту настройку .htaccess, если у Вас возникли проблемы с отображением
# стилей css
#AddDefaultCharset cp-1251
ErrorDocument 404 / 
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
#RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [L]
RewriteRule ^.*$ index.php [L]

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question