09-08-2011, 04:32 AM
[eluser]Unknown[/eluser]
hope someone can help or guide me in the right direction. I am pretty new to CI Framework have started a contract job on a website that is developed in CI. I have all the code on my Mac and have everything up and running - I can see the homepage of he website on my local machine but cannot view any other URL of the website.
For example this url brings me to the homepage:
http://localhost:8888/<myproject>
And this URL should bring me to a static privacy.php page but all i get is 404 Error (The requested URL /index.php was not found on this server.)
http://localhost:8888/<myproject>/staticpage/privacy
The privacy.php file is in the folder views/static/privacy.php and has a staticpage.php controller also
I have downloaded the code from the production server and everything works fine on live site...Prob something really simple so hope someone can send me in the right direction
hope someone can help or guide me in the right direction. I am pretty new to CI Framework have started a contract job on a website that is developed in CI. I have all the code on my Mac and have everything up and running - I can see the homepage of he website on my local machine but cannot view any other URL of the website.
For example this url brings me to the homepage:
http://localhost:8888/<myproject>
And this URL should bring me to a static privacy.php page but all i get is 404 Error (The requested URL /index.php was not found on this server.)
http://localhost:8888/<myproject>/staticpage/privacy
The privacy.php file is in the folder views/static/privacy.php and has a staticpage.php controller also
I have downloaded the code from the production server and everything works fine on live site...Prob something really simple so hope someone can send me in the right direction