T
Asked
I have just purchased the script and installed in a web server, the main page is showing the following:
https://www.screencast.com/t/VBgOfpgr8Ha
And also I would like to know what's the link for login to the backend?
https://www.screencast.com/t/VBgOfpgr8Ha
And also I would like to know what's the link for login to the backend?
- TAnsweredhttps://www.screencast.com/t/ncL1lbcNjta
- MSAnsweredHello,
Please check the `base_url` in `app/config/config.php` and set it to https://
For 404 not found, you need to make sure that .htaccess file is upload in the main installation directory.
Thank you - TAnsweredBase_url is ready set 'https://
$config['base_url'] = 'https://pos.simplywood.hk/';
the page showed 404 when I click the button of product, and direct me to this link: https://pos.simplywood.hk/shop/products
But I don't see any folder called "Shop" and also there is no folder called "admin" , is it normal? Please see the folders on my server from following :
https://www.screencast.com/t/A10ikvr53GJ - TAnsweredIn the demo site, I can see the paths are totally different from the files that I downloaded
https://sma.tecdiary.net/admin/welcom
https://sma.tecdiary.net/admin/transfers/add
https://sma.tecdiary.net/admin/users
https://sma.tecdiary.net/admin/products/add
I don't see any similar folder in my files, I would like to ask if there is some issues on my downloaded file?
I purchase the item yesterday and hope to use the script ASAP, and hope you can help me to solve the problem.
Thanks so much. - MSAnsweredHello,
No there shouldn't be any issue in download and it's exact same as demo.
I am pasting the FAQ from documentation.pdf for 404 not found error.
---
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.
You can always check your error log to get more information about the issue. - MSAnsweredCan you show me the contents if .htaccess file in this image https://www.screencast.com/t/A10ikvr53GJ
Please make suer have checked the mod_rewrite too. - TAnsweredDirectoryIndex index.php index.html
<IfModule mod_rewrite.c>
RewriteEngine On
# RewriteBase /basepath/
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>
https://www.screencast.com/t/eEdCOFwcWgz - TAnsweredProblem solved, it seems that it is the SSL issue.
- MSAnsweredGlad to know and thanks for updating
- JAnsweredDear,
Dear,
MY apache mod_rewite is enabled
MY .htaccess file is successfully uploaded and exists in the main directory of SMA
MY iconfig.php file is correct base_url in app/config/config.php
Everything was done according to the installation requested, but the error below occurs and I cannot enter any system administration page:
Not Found
The requested URL was not found on this server.
Apache/2.4.29 (Ubuntu) Server at www.(MY SITE) port 443
Can someone help me ?
Best Regards, Jorge Orengo - Login to Reply