Quick Nav:  Online Store   |   Login | Register

Doing a 301 for moved pages

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
Philipp Becker
<50 Posts
Posts:21


08/07/2008 2:56 AM  

Hi John, I also cannot figure out how and where t do this. It seems as if I can do a 301 redirect using a conditional rule. What I need is to match php sites from an old cms to their new counterpart in dnn.

Can you give me  an example how such a rule would look like and where to put it? The goal would be to redirect

http://www.domain.com/default.php?param1=0&param2=4 

to

http://www.domain.com/Home/tabid/36/default.aspx

or whatever friendly url they like.

John Mitchell
Posts:3471


08/07/2008 6:28 AM  

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.

Philipp Becker
<50 Posts
Posts:21


08/18/2008 4:12 AM  
That's working great, thanks.
Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >PageBlaster > Doing a 301 for moved pages



ActiveForums 3.7
Powered by: Snapsis Software