Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
823 views
in Technique[技术] by (71.8m points)

mod rewrite - .htaccess wierd problem with rewriterule and hash

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
...