Forums
-
- Forum
- Posts
-
- Installation
- 28,535
- Troubleshooting
- 62,783
- Themes
- 10,444
- Plugins
- 15,384
- Requests & Feedback
- 14,986
- Showcase
- 3,257
-
I solved the problem, the issue was about using xampp locally. The solution is
The solution is to turn on mod_rewrite by editing apache/conf/httpd.conf. Just remove the comment in front of the line (around line #118) and restart Apache.
LoadModule rewrite_module modules/mod_rewrite.so