Domain nicht weitergeleitet

Hallo alle zusammen,

ich habe auf fairhide.bplaced.net/altstadtbar/ eine Homepage eingerichtet und dem Besitzer der Domain www.kremser-altstadt-bar.at gesagt, er soll per C-Name eine Weiterleitung auf fairhide.bplaced.net machen.
Hier, auf bplaced hab ich sowohl kremser-altstadt-bar.at als auch www.kremser-altstadt-bar.at eingibt, sofort als url fairhide.bplaced.net/altstadtbar/ angezeigt… auch noch nach zwei Tagen…

Woran kann das liegen?
Ist meine erste Aufschaltung, vielleicht verpasse ich ja irgendetwas offensichtliches… :whata:

Wenn nun die Domain richtig per CNAME aufgeschalten ist, hast du vielleicht eine .htaccess die auf die alte Domain weiterleitet?

*edit: Ich bin ja kein Profi, aber es sieht für mich nicht richtig aufgeschalten aus. Aber vielleicht kann dir ja morgen irgendwer Auskunft geben, der sich besser auskennt.

Mfg :wink2:

Vielen Dank für die rasche Antwort :slight_smile:
Wo in der .htaccess würde das denn stehen? Die wurde eigentlich nicht verändert…

[quote=“Fairhide”]Vielen Dank für die rasche Antwort :slight_smile:
Wo in der .htaccess würde das denn stehen? Die wurde eigentlich nicht verändert…[/quote]

Das kann da überall stehen. Vielleicht magst du uns ja mal den Inhalt zeigen :slight_smile:

Mach ich gerne, poste es morgen vormittag, nochmal vielen dank! :wink2:

Ja, aber wie gesagt, ich glaube eher:

Denn die IP scheint nicht die eines bplaced-Servers zu sein.

Mfg

Hier mal die .htaccess:

[code]##

@package Joomla

@copyright Copyright © 2005 - 2012 Open Source Matters. All rights reserved.

@license GNU General Public License version 2 or later; see LICENSE.txt

READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!

The line just below this section: ‚Options +FollowSymLinks‘ may cause problems

with some server configurations. It is required for use of mod_rewrite, but may already

be set by your server administrator in a way that dissallows changing it in

your .htaccess file. If using it causes your server to error out, comment it out (add # to

beginning of line), reload your site in your browser and test your sef url’s. If they work,

it has been set by your server administrator and you do not need it set here.

Can be commented out if causes errors, see notes above.

Options +FollowSymLinks

Mod_rewrite in use.

RewriteEngine On

#RewriteCond %{HTTP_HOST} !^www.kremser-altstadt-bar.at$ [NC]
#RewriteRule ^(.*)$ http://www.kremser-altstadt-bar.at/$1 [R=301,L]

Begin - Rewrite rules to block out some common exploits.

If you experience problems on your site block out the operations listed below

This attempts to block the most common type of exploit attempts to Joomla!

Block out any script trying to base64_encode data within the URL.

RewriteCond %{QUERY_STRING} base64_encode[^(]([^)]) [OR]

Block out any script that includes a tag in URL.

RewriteCond %{QUERY_STRING} (<|%3C)([^s]s)+cript.(>|%3E) [NC,OR]

Block out any script trying to set a PHP GLOBALS variable via URL.

RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2}) [OR]

Block out any script trying to modify a _REQUEST variable via URL.

RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2})

Return 403 Forbidden header and show the content of the root homepage

RewriteRule .* index.php [F]

End - Rewrite rules to block out some common exploits.

Begin - Custom redirects

If you need to redirect some pages, or set a canonical non-www to

www redirect (or vice versa), place that code here. Ensure those

redirects use the correct RewriteRule syntax and the [R=301,L] flags.

End - Custom redirects

Uncomment following line if your webserver’s URL

is not directly related to physical file paths.

Update Your Joomla! Directory (just / for root).

RewriteBase /

Begin - Joomla! core SEF Section.

RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

If the requested path and file is not /index.php and the request

has not already been internally rewritten to the index.php script

RewriteCond %{REQUEST_URI} !^/index.php

and the request is for something within the component folder,

or for the site root, or for an extensionless URL, or the

requested URL ends with one of the listed extensions

RewriteCond %{REQUEST_URI} /component/|(/[^.]*|.(php|html?|feed|pdf|vcf|raw))$ [NC]

and the requested path and file doesn’t directly match a physical file

RewriteCond %{REQUEST_FILENAME} !-f

and the requested path and file doesn’t directly match a physical folder

RewriteCond %{REQUEST_FILENAME} !-d

internally rewrite the request to the index.php script

RewriteRule .* index.php [L]

End - Joomla! core SEF Section.

[/code]

Die rewrite-Funktionen hab ich wieder auskommentiert, weil ich sonst immer die Fehlermeldung bekam: „zu viele umleitungen“.
Langsam denke ich aber auch, dass es nicht an meiner Seite liegt… o.0

die Domain ist bei deinem Provider nicht korrekt aufgeschalten, anstatt C Name oder A Record hast du dort lediglich eine Weiterleitung konfiguriert. Sieht man zB. bei einem einfachen Ping deiner URL,…

[quote]Sascha-MacBook-Pro:~ Sascha$ ping kremser-altstadt-bar.at
PING kremser-altstadt-bar.at (62.212.174.180): 56 data bytes[/quote]

Da müsste bei einer korrekten Aufschaltung die IP Adresse von unserem Server stehen ( in deinem Falle 144.76.167.70). Konfiguriere bitte die Domain bei deinem Provider korrekt (via C Name auf fairhide.bplaced.net oder via A Record auf die Server-IP 144.76.167.70).

In unserer Wissensdatenbank gibt es noch weitere Informationen, wichtig ist für dich momentan der Punkt " Einstellungen beim Domainhoster" ; eass.bplaced.net/64-Domain-aufschalten

Vielen dank für die Antwort, so etwas habe ich leider eh schon vermutet…
Der bisherige Betreuer der Seite hatte damals die Domain registriert und ist für die Weiterleitung zuständig, ich hatte ihm extra gesagt, per C Name aufzuschalten.
Da muss wohl mal ein ernstes Wörtchen gesprochen werden :stress: :wink: