Hi Phillip,
To get a PHP URL to redirect using PageBlaster you will need the wildcard mapping in IIS, which you already have. Then in the new 3.3 version of PageBlaster (that I gave you yesterday) you can setup redirects in the ResourceLocationTable.config file.
Your there is a new attribute called method that you can set to :
method="Rewrite" <-- to do an internal rewrite.
or
method="TemporaryRedirect" <-- this is a 302 redirect
or
method="PermanentRedirect" <-- this is a 301 redirect
The rule that I setup for that one document download for you yesterday is a 301 redirect. |