(☞ຈل͜ຈ)☞ Главная  Статьи  Загрузчик Домой

Ok!
Ok!
115
  RewriteCond %{REQUEST_URI} !^/(catalog/special/action)
  RewriteCond %{REQUEST_URI} !^/(catalog/special/hit)
  RewriteCond %{REQUEST_URI} !^/(catalog/special/new)
  RewriteCond %{REQUEST_URI} ^/catalog/special/(.*)/
  RewriteRule ^.*$ /404.php [L]
404, редирект1090Редирект на 404 всех из списка кроме указанных
1 2 3 4 5 6 7 8 9 10 11 12 13