Question: Not Found - Problem Installing

Not Found - Problem Installing

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

C

Chapin

Asked
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
# RewriteBase /spos/
RewriteCond $1 !^(index\.php|assets|install|update)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# For godady Shared Hosting Server uncomment the line below
# RewriteRule ^(.*)$ index.php?/$1 [L]

# Please comment this if you have uncommented the above
RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]

</IfModule>
# php -- END cPanel-generated handler, do not edit
  • C

    Chapin

    Answered
    I found the problem and fixed it at this link.
    https://tecdiary.net/support/question/404-error-page-not-found
  • MS

    Mian Saleem

    Answered
    I am glad that you have manage to resolve your installation issue. Thank you for updating
  • Login to Reply