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??
default install links screw "http://localhost/redirect?url="
Re: default install links screw "http://localhost/redirect?u
I assume you are using XAMPP or something to host them locally, are you sure you don't have some kind of htaccess file(s) in the root or in the installs root?...