ive set up views for each blogger and that works fine. By part of the links for each post is "username blog" which links to the unthemed basic blog section for the user. How do I redirect that link and others like it to the view I want to use. so www.site.com/blogs/userblog would goto www.site.com/userblogview

Thanks

Comments

runssl’s picture

You could do a 301 redirect in your htaccess file.

Discount SSL Certificates http://www.runssl.com

johnTEN’s picture

Ive never tried that before - do I have the syntax right - this does not seem to be working

RewriteRule ^blogs/john-berger-emancipation-network/$ http://www.madebysurvivors.com/buisnesswithamission [R=301,L]