Search found 2 matches
- Thu Jul 17, 2008 3:52 am
- Forum: CMSMS Core
- Topic: [SOLVED]Links in menu lead to 404 error message--page not found
- Replies: 15
- Views: 5803
Re: [SOLVED]Links in menu lead to 404 error message--page not found
It seems that I forgot to add the .htaccess file to the cms root directory. My .htaccess file looks like this: #php_flag magic_quotes_gpc Off #php_flag register_globals Off #php_flag session.use_trans_sid Off # Make sure you have Options FollowSymLinks # and Allow on RewriteEngine On #Rewrites page...
- Thu Jul 17, 2008 2:08 am
- Forum: CMSMS Core
- Topic: [SOLVED]Links in menu lead to 404 error message--page not found
- Replies: 15
- Views: 5803
Re: [SOLVED]Links in menu lead to 404 error message--page not found
I was having the same "file not found" error; then I tried resetting the config.php back to defaults as suggested. It worked. I troubleshooted the issue a bit more and found that I could keep all my modded settings except for the "use_hierarchy" setting. When I set it to true, ...