WebSite X5Help Center

 
Paolo  F.
Paolo F.
User

Home page is different from homepage with index  en

Autor: Paolo F.
Besucht 575, Followers 1, Geteilt 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.

Gepostet am
10 ANTWORTEN - 1 NüTZLICH
Daniel W.
Daniel W.
User
Nutzer des Monats DENutzer des Monats 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.

Mehr lesen
Gepostet am von Daniel W.
Daniel W.
Daniel W.
User
Nutzer des Monats DENutzer des Monats EN

Sorry - wrong, there is no index.php

Mehr lesen
Gepostet am von Daniel W.
Paolo  F.
Paolo F.
User
Autor

any idea how to?

Mehr lesen
Gepostet am von Paolo F.
Daniel W.
Daniel W.
User
Nutzer des Monats DENutzer des Monats EN

Both links show the same content for me.

What did the wrong page show?

Mehr lesen
Gepostet am von 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)

Mehr lesen
Gepostet am von Esahc ..
Paolo  F.
Paolo F.
User
Autor

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

Mehr lesen
Gepostet am von Paolo F.
Daniel W.
Daniel W.
User
Nutzer des Monats DENutzer des Monats EN

I see no difference there.

-----

Mehr lesen
Gepostet am von 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.

Mehr lesen
Gepostet am von Franz-Josef H.
Paolo  F.
Paolo F.
User
Autor

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?

Mehr lesen
Gepostet am von 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. 

Mehr lesen
Gepostet am von Franz-Josef H.