I've had this problem for a while. I just forgot to post it. I'm using friendly urls right now and I had to edit the .htaccess so it would include my layout but it works. The only problem is that instead of a 404 page it redirects to the index. Here's my coding
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
That's how the friendly URLs are designed to work, when you enter
http://domain.com/test/0/1/asdsadas.php
The server recognizes this isn't a real file, reads the .htaccess to decide what to do, .htaccess is telling it that if a file doesn't exist, send them to index.php