Page is a not externally linkable
HaloPlayer - 10:11 am on Oct 25, 2012 (gmt 0)
Sorry about that phranque, I copied and pasted it without thinking to edit it.
Current rewrite:
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^book/([-a-zA-Z0-9_]+) /book.php?name=$1 [L]
This is the 2nd redirect with the example.com:
RewriteEngine On
RewriteCond %{QUERY_STRING} ^id=([0-9]*)$
RewriteRule ^page\.php$ http://example.com/page/%1.pdf [R=302,L]