BB
Asked
Dear,
After succesful install i get a redirect to: http://192.168.0.52/testpos/login
Not Found
The requested URL was not found on this server.
Apache/2.4.38 (Raspbian) Server at 192.168.0.52 Port 80
I run PHP 7.2.9-1+b2
a test on other machine on php 5.6 works, on production machine i cant use this version of php.
With the best regards,
Bert
After succesful install i get a redirect to: http://192.168.0.52/testpos/login
Not Found
The requested URL was not found on this server.
Apache/2.4.38 (Raspbian) Server at 192.168.0.52 Port 80
I run PHP 7.2.9-1+b2
a test on other machine on php 5.6 works, on production machine i cant use this version of php.
With the best regards,
Bert
- MSAnsweredHello, 404 Not Found error could be due to mod_rewrite, missing .htaccess file or wrong base_url. 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 (with themes and index.php)
3. `base_url` in `app/config/config.php`
As per my experience, over 90% due to missing .htaccess - BBAnsweredThanks, problem solved
- MSAnsweredPlease accept the answer to mark this question resolved. Thank you
- Login to Reply