|
Just use this: RewriteRule ^([a-zA-Z0-9_-]+)/([a-zA-Z0-9.\s]+)/?.html$ index.php?page=$1&name=$2.
If you need the first one to also contain spaces and periods, add those too although that doesn't sound to be the case. It looks to me that you want to go to index.php though.
|