[eluser]Hussu[/eluser]
I have following .htaccess file content
#Options +FollowSyncLinks
RewriteEngine on
#RewriteBase /
#RewriteCond %{REQUEST_URI} ^system.*
RewriteCond $1 !^(index\.php|images|css|uploads|jscripts|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
My folder in wamp has the name 'Web'
And also my config.php and database.php is configured properly
I don't know whats the problem..
My server is on linux platform and my local copy is running on windows platform