Problem when not using Clean URLs
Bryan Barash - March 11, 2009 - 05:27
| Project: | iUI |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Description
I'm not sure if others see this, but my server doesn't allow clean URLs and when I use this theme it directs me to sites as though I did. For example, when I click on my blog link, it sends me to /blog instead of /?q=blog . This is something I think seriously needs to be dealt with in the next release.
Just wanted to give a heads up. I'm off to find a working mobile theme. I like the look though, you should definitely make this fix and then I'll use it.

#1
This only needed a small fix. You just need to check for clean url's and add the ?q= in if they're not there. I've fixed it in the page.tp.php attached to this post, please incorporate this into dev.
Thanks!