I have category pages I want to appear in my menu (I'm using {bulletmenu}), and I want to put links in the content of these category pages which point to other pages also being managed by CMSMS but not in the menu. So the direct link to the interior (non-menu'd) page would be, say, http://www.domain.com/content/index.php ... Page. I try to add that link in the content editor in the category page. Something must be set up wrong on my site, because no matter how I try to enter the link, whether thru tinyMCE or the raw HTML editor, the link keeps getting rewritten and saved incorrectly. When I look at the HTML source for the content of the category page, the link location is generally is getting changed to /content/content/index.php?page=Interior_Page , but sometimes I've seen /content/content/content/index.php?page=Interior_Page. I've tried writing the link location as
index.php?page=Interior_page
or /content/index.php?page=Interior_Page
or even http://www.domain.com/content/index.php ... erior_Page
but no matter what I try, it won't take what I put in there and leave it alone. Is there any way I can override this re-writing behavior or, preferably, to just have it work correctly? (Working correctly being defined in this case as "Working the way I think it should work"
the relevant lines from my config.php are:
$config['root_url'] = 'http://www.domain.com/content';
$config['root_path'] = '/home/domain/www/www/content';
$config['query_var'] = 'page';
Thanks,
David

