The problem is follow:
http://domain.com/domains/domain.com/index.php
I need to show it as:
What do I have to change? In wordpress is function static URL. Im sure I can change something in index.php, can you tell me what or cut you help me with this problem?
In file application\config\config.php change line around 29:
$config['base_url'] = '';
To
$config['base_url'] = 'http://domain.com/';