06-27-2008, 02:55 PM
[eluser]Pascal Kriete[/eluser]
Ok, I finally understand your problem. Go to application/config/config.php and set the index page:
If your programmer uses the CI anchor() function to create links they should now work correctly.
Ok, I finally understand your problem. Go to application/config/config.php and set the index page:
Code:
$config['index_page'] = "index.php";
If your programmer uses the CI anchor() function to create links they should now work correctly.