mod rewrite - .htaccess ReWriteRule - Quick Question -


i've created rewriterule, think points claim.php?claimlisting=$#

the rule written follows :

# claim  rewriterule ^listing/claim/([a-za-z0-9-]+).(.html|htm)$ claim.php?claimlisting=$1 [l] 

an example link : /listing/claim/anne-morrison--hypnotherapy-cognitive-behaviour-therapists

i mod_rewrite point root dir , claim.php?claimlisting=$id_here

i've put file up, doesnt seem affecting site @ all? i've done correct , else factor preventing functioning correctly?

thanks

 # claim  rewriteengine on rewriterule ^listing/claim/([a-za-z0-9\-]+).(html|htm)$ /claim.php?claimlisting=$1 [l] 

and missing .html @ end of link


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -