| Цитата |
|---|
| baltika написал: # Removes index.php from ExpressionEngine URLs RewriteCond %{THE_REQUEST} ^GET.*index\.php [NC] RewriteCond %{REQUEST_URI} !/bitrix/.* [NC] RewriteRule (.*?)index\.php/*(.*) /$1$2 [R=301,NE,L] |
|
|||
|
|
|
|
т.е. в адресной строке пишите index.php и оно не убирается?
|
|
|
|
|