im adding new things to my ehop and I have some problems with rewriterule in htaccess. Im using XAMPP as a local development tool, ale then send it to live serwer.
PHP generate links like this one: https://kielkowski-szkolka.pl/reklamacja/c0892ce969fef9ccb1c1a8034b5e33dc19337b14
this on works on XAMPP but not on live serwer
This works on both https://kielkowski-szkolka.pl/reklamacja/65f4c6c6686a2b248a7be2db104f3b13ea365d55
RewriteRule for this is (in .htaccess)
RewriteRule ^reklamacja/([^/.]+)$ index.php?metoda=reklamacja_szczegoly&id=$1 [L]
why?I cant figure it out
Edit: error means that this rewriterule is skipped and another rule kicks in that redirects to home page
1.4m articles
1.4m replys
5 comments
57.0k users