404 Requested page has not been found! Sorry, but the page you are looking for might have been removed, or unavailable.
- MSAnswered
Hello,
Please check your download and upload the
.htaccess
file to server. Most 404 not found errors are cause due to missing or empty.htaccess
file.The default
.htaccess
files contents are as following (I am adding the FAQ with other checklist suggestions too)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>
Why am I getting 404 Not Found error after installation?
Please
- make sure that your apache
mod_rewite
is enabled - check that
.htaccess
file is successfully uploaded and exists in the main directory of SMA base_url
in app/config/config.php
If you are using godaddy, please visit the codeigniter official guide here. You might need to check and modify you
.htaccess
files too. - make sure that your apache
- امAnswered
this in htaccess
DirectoryIndex index.php index.html default.html
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]
am using bluehost
how make apache mod_rewite is enabled
- MSAnswered
Hello,
Mostly host enable it on all servers. You can check with your host.
Please let me know the installation link with login details in private reply.
Thank you
- امAnswered
I sent it
- MSAnswered
Hello,
I am sorry as I didn’t get you.
You can add private reply by enabling the
PRIVATE for Staff only
at top right of reply section.Thank you
- امAnswered
ok now send
- MSAnswered
Hello,
You have space in your folder name. Please rename the
Simple POS v4.1.1
to pos or any name and then try to access that again.Step 2 in the install instructions says, you can’t have space in folder name and urls. Please follow the install instructiosan from the help folder.
Thank you
- امAnswered
Plese help me give me
HTTP ERROR 500
- MSAnswered
Hello,
Please install the application as per guide in the help folder.
Thank you
- Login to Reply