php - mod_rewrite dot in url -
i have problem in mod_rewrite code
rewriterule ^test-(.*)-(.*)$ s.php?$1 [r,l]
the url work fine link without dot like
test-1-something
but error found if url
test-1-something.html
please how can fix
thank's
edit:
error 404 not found
Comments
Post a Comment