How to use .htaccess for a redirect?

Hellow, how can i use the .htaccess for a redirect?

i tried

RewriteEngine On
RewriteRule ^meta/short/?$ https://discord.gg/ [R=301,L]

To redirect my domain https://example.com/meta/short/ to https://discord.gg/ but this dosen’t work… Can someone help?

1 Like
5 Likes

You can also use our Redirects tool (in the client area, not the control panel) to set up redirects on your site.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.