Hi there,
Myself and my webmaster are exploring codeigniter and PHP. My website has a search engine using PHP therefor all the files have to sit on the Application folder
/public_html/system/application/views/application
Thats all and dandy but lately is getting crowded with so many pages, so I wish to make each section have its own direct URL.
At present my website have the following URLs
http://www.mywebsite.com/index.php/application/administration
http://www.mywebsite.com/index.php/application/contact
http://www.mywebsite.com/index.php/application/accounting
I like to change the URLs to:
http://www.mywebsite.com/administration
http://www.mywebsite.com/contact
etc etc
The application.php file sits at >> /public_html/system/application/controllers
The question is what changes and what files need to be changed so as to reflect the new URLs.
Please help.
Mister Ed