Witam,
Mam problem, w moim serwisie ogłoszeniowym nie działa paginacja w kategoriach ogłoszeń (przykład:
http://www.jasielskie.org.pl/uslugi__b38b_oferuje,5,11.html ) jeśli kliknę na drugą stronę to nic się nie zmienia.
Oto treść mojego .htaccess
RewriteEngine on
#RewriteBase /
RewriteRule ^index\.html$ index.php [L]
RewriteRule ^dodaj\.html$ index.php?s=dodaj [L]
RewriteRule ^regulamin\.html$ index.php?s=regulamin [L]
RewriteRule ^kontakt\.html$ index.php?s=kontakt [L]
RewriteRule ^kontakt_wyslij\.html$ index.php?s=kontakt_send [L]
RewriteRule ^szukaj\.html$ index.php?s=szukaj [L]
RewriteRule ^dodaj_wpis\.html$ index.php?s=dodaj_base [L]
RewriteRule ^([a-z0-9_]+),([0-9]+)\.html$ index.php?s=zobacz&id=$2 [L]
RewriteRule ^([a-z0-9_]+),([0-9]+),([0-9]+)\.html$ ?s=ogloszenia&catid=$2_$3 [L]
RewriteRule ^([a-z]+),([0-9]+),([0-9]+),([0-9]+)\.html$ index.php?s=$1&catid=$2_$3&p=$4 [L]
AuthUserFile "/home/reklamow/.htpasswds/public_html/passwd"
AuthName "/pad"
RewriteEngine On
RewriteCond %{HTTP_HOST} ^jasielskie.org.pl$
RewriteRule ^(.*) [url="http://www.jasielskie.org.pl$1"]http://www.jasielskie.org.pl$1[/url] [QSA,L,R=301]
Ten post edytował pemko11 17.03.2011, 15:44:29