default install links screw "http://localhost/redirect?url="
Posted: Sat Dec 10, 2011 11:17 am
Hi all I have a default install of CMS made simple, the config file is correctly set with root url:
$config['root_url'] = 'http://localhost/tecnoz';
however all links in the menu are of the form:
http://localhost/redirect?url=http%3A%2 ... navigation
What is really wrong is that I have no url rewriting setup and another CMS made simple config under http://localhost/vivian/ works fine and has same configuration!
I tried changing "Automatically create page URL's", "Automatically created URL's are flat" and the like but nothing works.
If I set $config['root_url'] ='' to empty then the menu links work however the css and images of the website don't work because their path is set with {root_url}/css/style.css and so on.
Anyone can help??
$config['root_url'] = 'http://localhost/tecnoz';
however all links in the menu are of the form:
http://localhost/redirect?url=http%3A%2 ... navigation
What is really wrong is that I have no url rewriting setup and another CMS made simple config under http://localhost/vivian/ works fine and has same configuration!
I tried changing "Automatically create page URL's", "Automatically created URL's are flat" and the like but nothing works.
If I set $config['root_url'] ='' to empty then the menu links work however the css and images of the website don't work because their path is set with {root_url}/css/style.css and so on.
Anyone can help??