![]() |
![]() ![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 135 Pomógł: 0 Dołączył: 21.09.2005 Ostrzeżenie: (10%) ![]() ![]() |
Witam,
mam takie przekierowania w pliku .htaccess: Kod RewriteRule ^(.*)_([0-9]+).html$ index.php?category=$1&page=$2 [QSA,L] RewriteRule ^(.*).html?(.*)$ index.php?category=$1&$2 [QSA,L] RewriteRule ^(.*).html$ index.php?category=$1 [QSA,L] Jak można wykluczyć z przekierowań jedną stronę? Dokładnie chodzi mi o to, by przekierowania nie uwzględniały pliku 3255.html. Czy jest to wykonalne? Pozdrawiam edit: ustawiłem to tak i działa: Kod RewriteRule ^(.*)_([0-9]+).html$ index.php?category=$1&page=$2 [QSA,L] RewriteRule ^3255.html$ 3255.html [QSA,L] RewriteRule ^(.*).html?(.*)$ index.php?category=$1&$2 [QSA,L] RewriteRule ^(.*).html$ index.php?category=$1 [QSA,L] Ten post edytował szymek001 26.09.2011, 08:58:29 |
|
|
![]() ![]() |
![]() |
Aktualny czas: 26.09.2025 - 13:30 |