Refreshing dashboard sub-page leads to 404 error

If refreshing doesn't work in the dashboard for deep URLs (other page in the dashboard than the homepage) means that the .htaccess URL rewrites don't properly work on your server for the userTrack folder.

Make sure that:

  1. You are using Apache (or other .htaccess compatible webserver).

  2. The .htaccess files are present in the root userTrack folder and in the userTrack/server folder.

  3. That AllowOverride is set to All in httpd.conf (this allows .htaccess files to overwrite existing rules).

Useful links:

Last updated

Was this helpful?