WebSite X5Help Center

 
Paolo  F.
Paolo F.
User

Home page is different from homepage with index  en

Auteur : Paolo F.
Visité 580, Followers 1, Partagé 0  

I recently updated my website which is Forum for Family Planning and Development Inc. (forumforfp.org) - https://forumforfp.org my problem is it won't show the updates unless I type it with https://forumforfp.org/index.html

How do i make it a default that whats in https://forumforfp.org/index.html is the same with https://forumforfp.org

The new update is the BOARD OF TRUSTEES. FYI.

Posté le
10 RéPONSES - 1 UTILES
Daniel W.
Daniel W.
User
Meilleur utilisateur du mois DEMeilleur utilisateur du mois EN

You must delete the index.php file on the web space.

-----  WebSite X5 ------

5 Export > Export the website to the web

Target directory: ______________ [/] <--- Click on the symbol

--------------------------

The FTP window opens, mark the index.php file here and click on the red X at the top, then confirm with OK.

Lire plus
Posté le de Daniel W.
Daniel W.
Daniel W.
User
Meilleur utilisateur du mois DEMeilleur utilisateur du mois EN

Sorry - wrong, there is no index.php

Lire plus
Posté le de Daniel W.
Paolo  F.
Paolo F.
User
Auteur

any idea how to?

Lire plus
Posté le de Paolo F.
Daniel W.
Daniel W.
User
Meilleur utilisateur du mois DEMeilleur utilisateur du mois EN

Both links show the same content for me.

What did the wrong page show?

Lire plus
Posté le de Daniel W.
Esahc ..
Esahc ..
Moderator

Paolo, it sounds like the local web cache was showing old content. CTRL+F5 should fix it (or try a browser you do not normally use)

Lire plus
Posté le de Esahc ..
Paolo  F.
Paolo F.
User
Auteur

The + is not showing even if i deleted it plenty of time and uploaded and renamed it with the Oscar Lopez

Lire plus
Posté le de Paolo F.
Daniel W.
Daniel W.
User
Meilleur utilisateur du mois DEMeilleur utilisateur du mois EN

I see no difference there.

-----

Lire plus
Posté le de Daniel W.
Franz-Josef H.
Franz-Josef H.
Moderator

However, you have an SSL certificate and your page appears correctly with the security icon after entering https://forumforfp.org

But you have not entered the url with https in the 'URL of the website' field in WebsiteX5 in step 5 'Export', selection 'Export the website to the Internet'. You still have to adjust this and then click on the preview button while holding down the Ctrl key and wait until the progress bar has run through completely. Then clean your webspaace and upload the entire project, not just the changes.

In addition, you should ensure that your website is always redirected to the secure https site. If your web host does not have a way to force the redirect to the https page, you must create an .htaccess file yourself or add to an existing htaccess file. To do this, use the Windows Notepad to create a file with the following content:

RewriteEngine On

RewriteCond %{HTTPS} !=on

RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Save this as htaccess.txt, for example. Then rename it to .htaccess (yes, the dot has to be in front) and load it into your server directory (where you upload your homepage). This means that every call to your site is automatically directed to the https site.

Lire plus
Posté le de Franz-Josef H.
Paolo  F.
Paolo F.
User
Auteur

so i will type in notepad 

RewriteEngine On

RewriteCond %{HTTPS} !=on

RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

then save the file as .htaccessas its file name?

Lire plus
Posté le de Paolo F.
Franz-Josef H.
Franz-Josef H.
Moderator

Yes, the three lines are right, but the file is Namen

.htaccess 

And You have to put it in the same directory where you load the project. 

Lire plus
Posté le de Franz-Josef H.