WebSite X5Help Center

 
Raul M.
Raul M.
User

Iframes Fehler, Firefox  de

Author: Raul M.
Visited 918, Followers 1, Shared 0  
Tags: iframe

Hallo,

ich habe ein iframe auf meiner Homepage eingebunden.
Wenn ich meine Seite in Opera-Browser aufrufe dann wird diese problemlos angezeigt.

Bei Firefox und auch InternetExplore zeigt er mir irgendeinen Text mit Fehler, obwohl wenn ich denn Links selbst manuel in Firefox eingebe wird diese angezeigt.

Was mache ich falsch und woran liegt es.

Danke im Voraus.

MfG Raul 

Posted on the
10 ANSWERS
Incomedia
Riccardo P.
Incomedia

Hi Raul,

can you send me the URL of the site please?

***** Google Translation:

Hallo Raul,
Können Sie mirdie URL derSeite mit uns?

Read more
Posted on the from Riccardo P.
Raul M.
Raul M.
User
Author

Hi Riccardo,

hier ist two URLs which can Firefox dont open:

in Opera stay http://rm-minden.de/gold-und-silber.html  (Screenshot-2)
in Firefox stay only rm-minden.de/gold-und-silber.html    (Screenshot)

If I copy the adress from Opera into Firefox so ot schows everything in anothe case a mistake as attached. 

And bei this URL I donnt know what to do, I tried everything but its works on Opera, IE, Safari but noton Firefox. Can you please look at this? 

http://form.partner-versicherung.de/show.php?partner_id=65593&ad_id=16&insurance_id=8&model=1&referer_url=http://www.rm-minden.de/uebersicht.html&wp=hellgruen   (Screenshot 3 and 4) 

Thanks a lot. 

Read more
Posted on the from Raul M.
Incomedia
Riccardo P.
Incomedia

Hi Raul,

i see correctly the form on all browser (http://form.partner-versicherung.de/show.php?partner_id=65593&ad_id=16&insurance_id=8&model=1&referer_url=http://www.rm-minden.de/uebersicht.html&wp=hellgruen )

probably is a cache problem, press F5 for reset it.

For the problem with this page rm-minden.de/gold-und-silber.html , probably is a server problem, there is a iframe that link at this file "http://www.zentaurio.com/edelmetallberater/goldsilvercalc/module200.php?kunde=363" probably is not accessible.

Try to contact your server and ask the right folder for export the site.

Read more
Posted on the from Riccardo P.
Raul M.
Raul M.
User
Author

Hello Riccardo,

thanks for explaining, but I dont think that the problem is a server, because Opera-Browser works.

How you means it: contact a server and find a right folder. I export everthing with WebSite x5 on www.one.com webspace.

Who exactly can help me? 

Read more
Posted on the from Raul M.
Raul M.
Raul M.
User
Author

I think I know where is a problem.

Only Opera shows in Links www.rm-minden...... (and so on)
Every another browser shows it without www. just rm-minden.de......

What can I change in WebSites-Programm that it always stay with www.

In step 1 under URL-name I had befor only http://rm-minden.de
Now I changed it into http://www.rm-minden.de
but its not helped. Why?

I dont undestand it. 

Read more
Posted on the from Raul M.
Incomedia
Riccardo P.
Incomedia

Hi Raul,

contact you that you take the code of the iframe, probably is set to accept the connection by the www.rm-minden.de and not by the rm-minden.de. This is a problem of the external site of the form.

Read more
Posted on the from Riccardo P.
Raul M.
Raul M.
User
Author

Hi Riccardo, 

I dont understand what you mean and where can I change my iframe code. I have now as html-code: <iframe src="http://www.zentaurio.com/..........." height="300" width="210"></iframe>

is that wrong? where can I change accept connection? 

Read more
Posted on the from Raul M.
Incomedia
Riccardo P.
Incomedia

Hi Raul,

you need to contact www.zentaurio.com and set correctly the link of your site.

Read more
Posted on the from Riccardo P.
Raul M.
Raul M.
User
Author

Die .htaccess-Datei ist eine Konfigurationsdatei des Webservers. Bei einem Aufruf einer Webseite geht der Webserver gemäß dieser Konfiguration (den Einträgen in der .htaccess) vor. Die Konfiguration beinhaltet z.B. Zugriffsrechte auf einzelne Dokumente oder Verzeichnise, Fehlermeldungen usw.

Quellcode
1
2
3
4 RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www.bspseite.de$ [NC]
RewriteRule ^(.*)$ http://www.bspseite.de/$1 [L,R=301]


Die .htaccess-Datei kann mit einem Texteditor (z.B. Notepad) erstellt werden. Sie muss dann (im ASCII-Modus) auf den Server hochgeladen werden und darf KEINE Dateiendung aufweisen. Nach dem Hochladen muss die Datei auf dem Server für alle lesbar sein. Die Zugriffsrechte müssen auf CHMOD 644 eingestellt werden.

Read more
Posted on the from Raul M.