Welcome Guest, Not a member yet? Register   Sign In
Default controller does not work
#1

[eluser]Cgull[/eluser]
Hello,

I have a site that works find on my local machine but now when I have uploaded it to the live server I have problems.

First, the htaccess file did not want to work.

I changed the file to this code:

Code:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]

And now the site works, but it does not go to the default controller when I enter the site url: clarensbeerfestival.co.za

I have to add the controller name for it to work:

Any suggestions?clarensbeerfestival.co.za/home




Theme © iAndrew 2016 - Forum software by © MyBB