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

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -