Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing css and auth folders, and possibly more #393

Closed
m4gd1z opened this issue Dec 2, 2023 · 1 comment
Closed

Missing css and auth folders, and possibly more #393

m4gd1z opened this issue Dec 2, 2023 · 1 comment

Comments

@m4gd1z
Copy link

m4gd1z commented Dec 2, 2023

After installing 5.0.3 by downloading the files, extracting them, running 'composer install', then accessing and completing the wizard successfully in the browser, I knew something was wrong because there was no css and the page looked wrong. I checked and found the folder /public/assets/css did not exist. Also, the 'Sign In' link gives a 404 Not Found error. I followed the installation wizard successfully and received no error messages at all while installing. Can I please get some help to try and get Aksara working on my local dev machine. My environment is Mac OS Venture/Apache as module/PHP 8.2/MySQL 8.1.0 - Homebrew. Thank you.

@abydahana
Copy link
Owner

Make sure the rewrite module is enabled under your server environment. To do that, you can update your server configuration:

  • Open /opt/homebrew/etc/httpd/httpd.conf;
  • Make sure the line of "LoadModule rewrite_module lib/httpd/modules/mod_rewrite.so" is not commented;
  • Change the "AllowOverride None" inside the DocumentRoot to "AllowOverride All";
  • Restart apache using brew services restart apache2

Hope that's works.

@abydahana abydahana pinned this issue Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants