Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you provide the details of your redirect? (ie snippet from your .htaccess or something?)

    Thread Starter oce

    (@josepo)

    Sure – It’s

    Redirect /Management/HRM/British_HRM.html /management/current-hrm

    The second part is based on a permalink.

    Thread Starter oce

    (@josepo)

    Hi – I hope that is enough information – let me know if you need any more clarification! Thanks again!

    Try this one:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^management/hrm/british_hrm\.html$ /management/current-hrm [L,R=301]
    </IfModule>

    This helped solve my problem with permalink redirections ;)!

    Thank you very much.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Redirect, Permalink and .htaccess’ is closed to new replies.