This is what I have so far in my development environment:
php_value error_log log/php.log php_value display_errors 1 php_value magic_quotes_gpc Off RewriteE
try this!
# in htaccess file write this RewriteEngine on RewriteRule ^book/([0-9]+) book.php?id=$i # and in you html or php file call book.php?id=$i
page by
book/$i
you are done.