Not working on the main page
-
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]
- The topic ‘Not working on the main page’ is closed to new replies.