Здравейте! Имам проблем с .htaccess. Ще кажете ли, защо не работи страницирането?
Това ми е целия код... user/picture/id си работи, но опитам ли се след него да добавя за страница и дава 404. Сега може последните две rewrite-та да не са както преди щото са ги чопках...
Код:
rewriteRule ^user/picture$ index.php?page=login&ext=picture&id= [L]
rewriteRule ^user/picture/$ index.php?page=login&ext=picture&id= [L]
rewriteRule ^user/picture/([0-9]+)$ index.php?page=login&ext=picture&id=$1 [L]
rewriteRule ^user/picture/([0-9]+)/$ index.php?page=login&ext=picture&id=$1 [L]
rewriteRule ^user/picture/([0-9]+)/$([0-9]+)/$ index.php?page=login&ext=picture&id=$1&pages=$2 [L]
rewriteRule ^user/picture/([0-9]+)/$([0-9]+)$ index.php?page=login&ext=picture&id=$1&pages=$2 [L]