Hello, I just created a comic site using your CMS. I first created a test site on a free hosting to check it out, and I had to change htaccess.txt to .htaccess for the website to work. If I didnt do that, I got 404 errors when clicking any hyperlink in the site, and I couldn't go to previous pages than the last one.
I fixed that and procedeed to install it on a 1&1 hosting. However, when I put .htaccess, it gives out a 500 error.
I comment (with #) every line and noticed that the two that are giving troubles are: php_flag register_globals off RewriteRule ^(.*)$ index.php?$1
Whenever any of those is not commented, it gives out 500 error, and when they're, the site works but with 404 on every link.
1&1 was one of the hosts that were supposed to be tested so I find rather strange that this happens, specially since it worked on a free hosting.
I'm using version 1.0.3; I wouldn't mind giving a try to version 1.0.2 but I can't seem to find it available for download.
Any idea?