UG
Asked
Hello
Here is what I got after successful installations
404
Requested page has not been found!
Sorry, but the page you are looking for might have been removed, or unavailable.
Please I urgently need assistance as the owner is really hard on me
Here is what I got after successful installations
404
Requested page has not been found!
Sorry, but the page you are looking for might have been removed, or unavailable.
Please I urgently need assistance as the owner is really hard on me
- MSAnsweredHello,
Please make sure that you have uploaded all the files specially the `.htaccess` file. Mostly 404 error is due to missing `.htaccess` file. Please double check and upload it again. _dot files are hidden by default on linux/unix system._
Another cause might be `mod_rewrite`, please make sure it's enabled and configure to use `.htaccess` from site directory.
Lastly check the `base_url` in `app/config/config.php` If you have enabled SSL then the base_url should start with `https://`
If all check and still can't find the cause, let me know the site and server details in private reply to check.
Thank you - UGAnsweredI installed it offline with wamp... here are the files in .htaccess
```
<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>
```
rewrite_module is also enabled lastly, $config['base_url'] = 'http://localhost/pos/';
Please I am really tensed up here.. - UGAnsweredI have tried to install in it online but the purchasing key can't go unless you enable it from your side. please if nothing can be done quickly I will prefer refund so as to buy another script fast to having issues with client here
- MSAnsweredHello,
The online installation should be the same as local. Please try again and if you get any error, share the error message.
I can't check local installation, but I can check online one. Please try to install again and if it is still the same, let me know the server details in private reply.
Thank you - Login to Reply