-
MODX Staff
- 730 Posts
It does look like it’s related to .htaccess.
If your .htaccess file is in place and named correctly, then it’s possible that the mod_rewrite module isn’t installed.
In the manager, under Reports > System Info, view the phpinfo() page, you should be able to see "mod_rewrite" somewhere there. On mine it’s in the apache2handler section, under Loaded Modules.
Fixed the problem, used a .htaccess from another clients website that also uses the modx cms. Both .htaccess files seem completely different, and the one i experienced problems with was from the default installation file.
Thanks for the help.