I am completely new to moving codeigniter to my web-server and im having trouble with the configuration. Where do I place my codeigniter project folder in www under myurl.com in
Move all the files that reside inside your CI-folder into public_html. The .htaccess file should be located in the root of public_html(where application, system, index.php etc also reside).
Side note: don't put $config values in /config/routes.php - those need to be in /config/config.php