RewriteEngine On
RewriteCond %{REQUEST_URI} ^/books/transmission/rpc
RewriteRule ^(.*)$ http://localhost:9091/transmission/rpc [R,P]
#RewriteCond %{REQUEST_URI} ^/books/([0-9a]+)$
#RewriteRule ([0-9a]+)$ /books/Main/getBook/$1 [R,L]
RewriteRule \.(css|js|png|jpg|gif)$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
