Problem mit Subdomain

  • Hallo alle zusammen,


    ich habe ein Problem mit einer Subdomain.
    über http:// kann ich diese aufrufen, jedoch wird diese über https:// auf meine Hauptseite umgeleitet.
    Das hatte ich im Panel mal gesetzt gehabt, aber wieder gelöscht (Browser Cache und co gelöscht).
    In dem Apache2 VHost steht nichts von einer Weiterleitung.
    Kann mir wer helfen dabei?



    http:// vhost

    Code
    1. <VirtualHost 37.228.132.65:80>ServerAdmin [email protected] fastdl.iceclan.euServerAlias www.fastdl.iceclan.euDocumentRoot /var/www/virtual/iceclan.eu/fastdl/htdocsDirectoryIndex disabledLogLevel errorErrorLog /var/log/apache2/fastdl.iceclan.eu/error.logAlias /errors/ /var/www/virtual/iceclan.eu/errors/SuexecUserGroup vu2003 vu2003<Proxy "unix:/run/php/php7.1-fpm-fastdl.iceclan.eu.sock|fcgi://fastdl.iceclan.eu" retry=0>ProxySet connectiontimeout=5 timeout=7200</Proxy><Directory /var/www/virtual/iceclan.eu/fastdl/htdocs>Options FollowSymLinksDirectoryIndex index.phpAllowOverride All<If "%{REQUEST_FILENAME} =~ /\.ph(?:p[3457]?|t|tml)$/ && -f %{REQUEST_FILENAME}">SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1SetHandler proxy:fcgi://fastdl.iceclan.eu</If>DirectoryIndex index.html index.xhtml index.htmRequire all granted</Directory>Alias /cgi-bin/ /var/www/virtual/iceclan.eu/fastdl/cgi-bin/<Directory /var/www/virtual/iceclan.eu/fastdl/cgi-bin>AllowOverride AuthConfig Indexes Limit Options=Indexes,MultiViews \Fileinfo=RewriteEngine,RewriteOptions,RewriteBase,RewriteCond,RewriteRule Nonfatal=OverrideDirectoryIndex index.cgi index.pl index.py index.rbOptions FollowSymLinks ExecCGIAddHandler cgi-script .cgi .pl .py .rbRequire all granted</Directory><Location /stats>ProxyErrorOverride OnProxyPreserveHost OffProxyPass http://127.0.0.1:8889/stats/fastdl.iceclan.eu retry=1 acquire=3000 timeout=600 Keepali$ProxyPassReverse http://127.0.0.1:8889/stats/fastdl.iceclan.eu</Location>Include /etc/apache2/imscp/fastdl.iceclan.eu.conf</VirtualHost>




    https:// vhost





    • Your Distribution and its codename

    Debian Stretch

    • The i-MSCP version in use

    1.5.3

    • The i-MSCP server implementation in use for the concerned service (for instance: ITK, Fcgid, PHP-FPM, Proftpd, Vsftpd ...)

    fpm.

    • The PHP version in use if your problem belongs to PHP

    7.1

    • The browser in use if your problem belongs to control panel interface

    Chrome, Internet Explorer and Edge.




    Viele Grüße

    Have a nice day. :)

  • Oh nvm,


    I see the error now. <X


    Can be closed and sorry. :D


    I only looked for redirects in the upper part where I plant them, but not in the whole file.

    Have a nice day. :)

  • Hello @Iceman


    Great that you figured out alone!


    Best regards.

    Support Infos: I-MSCP Version: 1.5.x / Distro: Debian Stretch / PHP: 7.1.27 - FPM / I-MSCP Plugins: Let´s Encrypt + PHPSwitcher (latest Versions)