Hi,
I have installed the Ja Alpha quickstart template (Joomla 4) on my server. I haven't started my own modifications yet, because I have a problem with the site's operation.
1.The second menu level does not expand.

  1. When I click in the backend to edit the page in helix ultimate, there is no preview, there is a 404 error. Despite the settings of the .htacess file, I do not know why - the links do not change to friendly ones.
    These remain:
    http://zarzadzaniedostepnoscia.pl/administrator/index.php?option=com_templates&view=style&layout=edit&id=9

I tried to check if it's not PHP's fault - I changed it to 8 and PHP 74. But unfortunately there is no change.

My settings in the htaccess file are:
" DirectoryIndex index.php
RewriteBase /
RewriteEngine On
RewriteCond %{REQUEST_URI} /component/option,com [NC,OR]
RewriteCond %{REQUEST_URI} (/|.htm|.php|.html|/[^.])$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.
) index.php
<FilesMatch ".php$">
SetEnv CGI_HANDLER php74
</FilesMatch>
"
Please help.

Hi

It's weird as I just installed quickstart of JA Alpha template for Joomla 4 but it displays normally when editing template:

Did you customize anything or install 3rd party extension?

Write a Reply...
You need to Login to view replies.