• rogeriodec

    (@rogeriodec)


    The plugin worked before, but after my host upgraded from PHP 7.3 to 8.2, the page https://music.rogeriodec.com.br/en (main site) is being redirected to the original version (Portuguese) – https ://music.rogeriodec.com.br.

    However, other pages (other than the main one) can load both versions. For example, the page https://music.rogeriodec.com.br/trilha-sonora-tamas-rajas-serie-infantil-nickelodeon/ (Portuguese), if you click on the flag (English), the site loads the English version correctly (https://music.rogeriodec.com.br/en/trilha-sonora-tamas-rajas-serie-infantil-nickelodeon-2/).
    What can it be?
    Would it have something to do with .htaccess?

    My current .htaccess contains the following:

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^rogeriodec\.com\.br$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.rogeriodec\.com\.br$
    RewriteRule ^(.*)$ "https\:\/\/music\.rogeriodec\.com\.br\/$1" [R=301,L]
    
    # php -- BEGIN cPanel-generated handler, do not edit
    # Defina o pacote “ea-php82” como a linguagem padr?o de programa??o “PHP”.
    <IfModule mime_module>
      AddHandler application/x-httpd-ea-php82___lsphp .php .php8 .phtml
    </IfModule>
    # php -- END cPanel-generated handler, do not edit

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rogeriodec

    (@rogeriodec)

    More than 1 week and no responses…

    Where is the support?

    Hello,

    I built a site for a client a few years ago using Neve Template and Polylang, its in 3 languages.

    He asked me to update some info on his homepage, I did so in the main language, french, and noticed something had gone wrong with the homepages of the english and spanish pages.

    Example.com leads to the french homepage

    Example.com/en leads to an empty page, if I click homepage the page exists. Same problem with spanish

    I select the language, then settings -> reading -> homepage dropdown menu -> select “home” -> save. After saving the page refreshes but hasn’t saved… I’m really frustrated.

    @rogeriodec same as you I have no problem with the pther pages. Have you managed to sort this out ?

    I managed to solve the problem :

    I saved the texts for the 2 secondary languages in a text file, then completely deleted the 2 pages, emptied the cache to make sure my browser didn’t get mixed up. Re-generated new versions from the original language homepage and it worked, of course I had to copy and paste the translations back into each page.

    Good luck ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not working on the main page’ is closed to new replies.