Hi, this is my first time using GC and CI, I tried to shearch for a solution but found none.
On wamp everything works fine my project is in wamp\www\myproject\admin\
in base_url I put 'http://localhost/theatre/admin/'
and I access the page through http://localhost/myproject/admin/index.php/admin
Now on the server, my project in public_html/admin/
base_url is 'http://atid.hostingsiteforfree.com/admin/'
and when I open http://mydomain.com/admin/index.php/admin/ I get 404 Page Not Found
Any help would be appreciated.
PS: when I open http://mydomain.com/admin/index.php/ I get codeIgniter welcome page.