RewriteRule small glitch, please help
Hello, I'm applying some RewriteRule to my site, but have a problem which maybe you can help me, so please help
This rule works:
RewriteRule shownewpost-(.*)\.htm$ /showthread.php?goto=newpost&t=$1
But this won't:
RewriteRule view-thread-(.*)-start-at-new-post\.htm$ /showthread.php?goto=newpost&t=$1
Please help me correct the second rule, thanks.