0
How can I resolve this issue? Thank you.
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
DirectoryIndex index.php index.html default.html
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond $1 !^(index.php|assets|install|update)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]
</IfModule>
0
I found the problem and fixed it at this link.
https://tecdiary.net/support/question/404-error-page-not-found
0
I am glad that you have manage to resolve your installation issue. Thank you for updating
We use Cookies
We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.