Redirection

#85570
Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for getting in touch with us.

    You can redirect this via htaccess. Just head over to Rank math > General Settings > .htaccess and add the following at the end:

    
    # Canonical HTTPS/non-WWW
    <IfModule mod_rewrite.c>
    	RewriteCond %{HTTPS} off [OR]
    	RewriteCond %{HTTP_HOST} ^www\.seyir-muzik\.com [NC]
    	RewriteRule (.*) https://seyir-muzik.com/$1 [L,R=301]
    </IfModule>
    

    Please note that some options are only available when you enable the Advanced Mode in Rank Math. We give you an option to choose between the two during the setup wizard and you must have chosen to use the Easy Mode.

    You can switch to the Advanced Mode from the top-right corner at WordPress Dashboard > Rank Math > Dashboard

    Here is a screenshot for reference:

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Redirection’ is closed to new replies.