Forum Moderators: phranque
Sorry for posting this. It is clearly simple rewrite rule, but I am not successful with rule.
I have following htaccess file
RewriteEngine on
RewriteRule ^recipe/([0-9]+)/([a-zA-Z0-9?-]+) recipe.php?id=$1 [L]
Options -Indexes
I call every recipe.php file with only one IRL parameter like id www.example.com/recipe.php?id=#*$!XX
Anybody can check this rule against what i need. Is it correct, although it doesn't work.
Thank you in advance