Problems with www-subdomain and index.php |
[eluser]reaktivo[/eluser]
The first problem is because when a user goes into http://dreyermedia.no, the page is actually a full frame that uses www.dreyermedia.no's content. I suppose this is a setting you can change on your hosting provider control panel. For the second problem, maybe you did not set the index_page config file to blank in config.php. Inside your application > config folder, look for config.php then look for this line: $config['index_page'] = "index.php"; change it to: $config['index_page'] = ""; Also it could be that your hosting provider does not support htaccess files |
Messages In This Thread |
Problems with www-subdomain and index.php - by El Forum - 08-14-2008, 07:37 AM
Problems with www-subdomain and index.php - by El Forum - 08-16-2008, 08:52 PM
Problems with www-subdomain and index.php - by El Forum - 08-18-2008, 04:55 AM
Problems with www-subdomain and index.php - by El Forum - 08-18-2008, 11:37 AM
|