joker399 Hello. How to add more links in the redirect tab ? I don't want to do it manually because it will take a long time. I have OLS. After adding rewriterule in urlrewrite it doesn't work.
aaPanel_Kern joker399 Currently only one by one can be added in redirection. URL rewrite not working Please check if the content is correct? Is it redundant?
joker399 Can I redirect to another domain using URL rewrite? This is how I created a redirect and it doesn't work in url rewrite: #REWRITE-START <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^/url(.*) https://domain/url/$1 [L,R=301] </IfModule> #REWRITE-END
aaPanel_Kern joker399 Can redirect to another domain. The above is a directory redirect. There are no errors in the content. Open the browser and press F12 to access the link http://xx,com/url to see if the status is 301 jump?