you tell me how to add i tried under redirect page its not allowing to submit

    NinjutsuDEV
    i know i can do this from rewrite code but iam trying to fix the feature which is already available and its not working.

    JAY
    How did you fill in the information above? You can take a screenshot and replace the domain name. .

    JAY
    before create the redirect, press f12 then click the create button. check the api result..

    Domain name mydoamin.com is the same as the target domain name, please deselect it"

      JAY
      You cannot set the same domain name redirection. This is very likely to cause too many redirects

      • JAY replied to this.

        JAY you can use php redirect to do it in a file or a directory or even .htaccess

        • JAY replied to this.

          JAY the way i do it its when i create the domain name in aaPanel, i simply add the www.domain.com on it as well on the time of the creation, then i dont need to do anything else, I also use the DNS manager, and my registar has the www added on the cname as well. This is my method, works perfectly on www or without it. Hope that helps you.

          • JAY replied to this.

            TheWormsUnited
            i really i dont know how to explain you are such a non understandable user iam able to access my domain on www.domain.com and domain.com

            i just need to redirect the domain from www.domain.com to domain.com as i dont want to usrs to access domain from www.domain.com

              JAY you are such a non understandable user

              Completely unnecessary, further more when you are the one that does not explain correcctly and myself just want to help you out. No worries, me and myself keep out of your understandable posts.

              JAY
              redirect from www.domain.com to domain.com should be no problem. can i login your panel or use remote tools to check it for you?

              14 days later

              JAY
              I have no way to reproduce this problem. I checked and judged that the two domain names are the same to trigger this error, but www.domain.com and domain.com are obviously not the same.

              13 days later

              I have the same problem.
              I have a domain added a domain domain.com to aapanel
              After that to solve the problem I added another domain www.domain.com and redirected this domain to
              https://domain.com
              The redirection worked but we still have a third domain:
              https://www.domain.com
              This combination will not be redirected. It will be redirected to the index of the first website created on aapanel. Adding this code to .htaccess doesn’t solve the problem.

              RewriteEngine On
              RewriteCond %{SERVER_PORT} !443$
              RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
              RewriteCond %{HTTP_HOST} www.domain.com$ [NC]
              RewriteRule .*$ https://domain.com/$1 [R=301,L]

              Connect with us: 📨 Telegram 💬 Discord Email: support@aapanel.com