ام
Asked
404
Requested page has not been found!
Sorry, but the page you are looking for might have been removed, or unavailable.
Requested page has not been found!
Sorry, but the page you are looking for might have been removed, or unavailable.
- MSAnsweredHello,
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
1. make sure that your apache `mod_rewite` is enabled
2. check that `.htaccess` file is successfully uploaded and exists in the main directory of SMA
3. `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. - امAnsweredthis in htaccess
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>
am using bluehost
how make apache mod_rewite is enabled - MSAnsweredHello,
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 - امAnsweredI sent it
- MSAnsweredHello,
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 - امAnsweredok now send
- MSAnsweredHello,
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 - امAnsweredPlese help me give me
HTTP ERROR 500 - MSAnsweredHello,
Please install the application as per guide in the help folder.
Thank you - Login to Reply