Page is a not externally linkable
HaloPlayer - 10:44 am on Oct 24, 2012 (gmt 0)
g1smd Thank you for your advice.
I found the following from your hints on the mod_alias.
This was an example on the redirect
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/page\.php$
RewriteCond %{QUERY_STRING} ^id=([0-9]*)$
RewriteRule ^(.*)$ http://mydomain.site/page/%1.pdf [R=302,L]
There was also a second simpler example:
RewriteEngine On
RewriteCond %{QUERY_STRING} ^id=([0-9]*)$
RewriteRule ^page\.php$ http://mydomain.site/page/%1.pdf [R=302,L]
I'm wondering how I would go about it though because I am turning ?= into book