2015-05-26, 03:16:40
(2015-05-26, 00:53:37)Carlos Wrote: Perhaps you have to insert the new rewriterule, instead of replacing the default one.I tried both without success.
(2015-05-26, 00:57:21)shawn_a Wrote: I would think something like these would be prefferedDoes not work.
Code:# RewriteRule /?([A-Za-z0-9_-]+)([;])([\d]+)?/?$ index.php?id=$1&page=$3 [QSA,L]
# RewriteRule /?([A-Za-z0-9_-]+)(?:;)?([\d]+)?/?$ index.php?id=$1&page=$2 [QSA,L]
My URL is
http://leistungsdamast.de/damaststahl/herstellung-mehrbahniger-torsionsdamast/ which is OK
Link to the second page
http://leistungsdamast.de/damaststahl/herstellung-mehrbahniger-torsionsdamast;2/
leads to 404
Thank you for trying to help me.
Regards Peter