AP
Asked
Installed SSM on my orange pi, after the last step it redirects to the login, but the page is empty. there is a .httpaccess file on the server. What else could be the problem?
- MSAnsweredHello,
Please compare the contents of the `.htaccess` file on server and your download. You can upload it from download again and overwrite it on server.
The 404 are mostly caused to `.htaccess` so make sure that the server file contents are same as of your download.
Lastly check with your server admin if `mod_rewrite` is enabled and configured to use it from site directory.
Thank you - APAnswered
 - MSAnsweredHello,
Is mod_rewrite configured to use `.htaccess` file from site directory?
There shouldn't be 404 not found error if configured as you have upload the file.
You can try to edit `app/config/config.php` and change the `index_page` to `index.php` This will tell the framework to not use mod_rewrite.
Please let me know the results.
Thank you - APAnsweredyes, .htaccess support has been disabled on Apache2 server. I have included support in the config apache2 is currently working. Thanks)
- MSAnsweredI am glad to know. Thank you for updating
- Login to Reply