AddDefaultCharset utf-8 php_value max_execution_time 120 RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([A-Za-z0-9_-]+)/page/([0-9]+)$ index.php?category=$1&page=$2 [L] RewriteRule ^([A-Za-z0-9_-]+)/([A-Za-z0-9_-]+)$ index.php?category=$1&zapros=$2 [L] RewriteRule ^([A-Za-z0-9_-]+)$ index.php?category=$1 [L]
In general, when I turn to site.ru/category/page/2 then the styles and images are not shown, what should I do?