- 01
 - 02
 - 03
 - 04
 - 05
 - 06
 - 07
 - 08
 - 09
 - 10
 - 11
 - 12
 - 13
 - 14
 - 15
 - 16
 - 17
 - 18
 - 19
 
                        php_value error_reporting 7
AddDefaultCharset UTF-8
# CharsetDisable On
# CharsetDefault windows-1251
# CharsetSourceEnc windows-1251
# CharsetRecodeMultipartForms off
Options All -Indexes
RewriteEngine On
RewriteRule ^/?$ index.php [L]
RewriteRule ^rated/?$ index.php?act=rated_screen [L]
RewriteRule ^upload/?$ test.php?act=upload_screen [L]
RewriteRule ^settings/?$ index.php?act=settings_screen [L]
RewriteRule ^logout/?$ index.php?act=logout [L]
RewriteRule ^([0-9]+)?$ index.php?act=id_screen&id=$1 [L]
RewriteRule ^([0-9]+)/i.jpg?$ templates/direct.php?id=$1 [L]
                                 
        
            Есть в .htaccess вот такое "RewriteRule ^upload/?$ index.php?act=upload_screen [L]" и при переходе по ссылке site.ru/upload в адресной строке появляется http://site.ru/upload/?act=upload_screen ... почему такое может быть?
        
        
Возможно через javascript, или через <meta http-equiv=refresh ...>, или же через заголовки HTTP: тотже refresh или код возврата 3xx.
[NC] флаг поставь