1 tiomago Jan 19, 2009 01:11
3 yabba Jan 19, 2009 09:10
4 tiomago Jan 19, 2009 17:17
Thanks for the pointer, I assumed the links were created dynamicly DuH ! I did try the .htaccess fix but my windows hosting does not give me the option to decide which precident order is set for default home pages and ignors this file.
5 yabba Jan 19, 2009 17:55
Ahh, windows ... hmmm, try saving this as web.config and seeing if it works
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<add value="index.php" />
</files>
</defaultDocument>
</system.webServer>
</configuration>
¥
Yeah check out inc/dashboard/dashboard.ctrl.php looking for "default.php" and change it to whatever you dig on.
Broken links suck. But hey it could be worse right? Like, your links work but ... uh ... oh crap it actually can't be worse than that :(