Refreshing dashboard sub-page leads to 404 error
Last updated
Was this helpful?
Last updated
Was this helpful?
As of version 5.0.0 UXWizz uses hash routing instead of URL rewrites.
The .htaccess support is recommended, but not needed. If this problem still occurs with a version newer than 5.0.0 it means the root index.html file can't be loaded properly.
Make sure that:
You are using Apache (or other .htaccess compatible webserver).
The .htaccess files are present in the root userTrack folder and in the userTrack/server folder.
That AllowOverride is set to All in httpd.conf (this allows .htaccess files to overwrite existing rules).
Useful links: