How do the options in Tools -> Configuration -> Friendly URLs compare across implementations? Can I assume by "not working" you mean that the URLs still appear as "index.php?id=blahblahblah"?
Matt
Are you running MODx in a subfolder off the root? If so, then the .htaccess file needs
RewriteBase /subfoldername
instead of
RewriteBase /
EDIT : And if that’s okay, check your ErrorDocument settings in .htaccess. E.g. Delete them all and see if things work okay then. Then start adding back.
Matt
Hey Matt,
Thanks for your continuing help.
there is only 1 line different between the .htaccess files, good vs. bad and that line is
RewriteBase /modx/xxxyy (where xxxyy is the site’s root address)
I’m testing this on my local PC and both sites are both set up under the same directory structure
xampp\htdocs\modx\atlalum (the working 1.0.2 site)
xampp\htdocs\modx\silver (the non-working 1.0.4 site)
I also compared other configuration tabs.
The ONLY difference i can think of is that when i defined the database for the new site when i defined the database i chose "SET CHARACTER SET". For my working site i chose "SET NAMES"