Страница 1 из 1

Проблема c .htaccess

Добавлено: 2011-05-04 12:22:22
lancer
Вобщем если обращаться к корню поддомена(http://billing.auctionhost.ru/), то при задействованном .htaccess отображает:

Not Found

The requested URL /billing/index.php was not found on this server.

т.е. добавляет billing/ почему?
Стандартный .htaccess:

Код: Выделить всё

AddDefaultCharset UTF-8
RewriteEngine On
RewriteCond %{REQUEST_URI} (.*)
RewriteRule (public|styles|index.php) - [L]
#RewriteCond %{HTTPS} !=on
#RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L]
RewriteRule (.*) index.php
Options -Indexes
<IfModule mod_headers.c>
    <FilesMatch "\.(css|js|png)$">
        Header set Cache-Control "max-age=600, proxy-revalidate"
    </FilesMatch>
</IfModule>

Re: Проблема c .htaccess

Добавлено: 2011-05-04 12:26:38
lancer
т. е. запрос получается ....www/auctionhost.ru/billing/billing

Re: Проблема c .htaccess

Добавлено: 2011-05-05 15:52:21
anatooly
lancer писал(а):т. е. запрос получается ....www/auctionhost.ru/billing/billing


Зацикливается, прикольно.

Re: Проблема c .htaccess

Добавлено: 2011-05-05 16:30:19
lancer
т. е. зацикливается?