Page 1 of 1

default install links screw "http://localhost/redirect?url="

Posted: Sat Dec 10, 2011 11:17 am
by lisa89
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??

Re: default install links screw "http://localhost/redirect?u

Posted: Sat Dec 10, 2011 6:03 pm
by Dr.CSS
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?...