Quote Originally Posted by WarezFreaks View Post
I'm sorry but I just tried it and that does not work either.
Dam I've no idea what's wrong. Are you sure it's version 3 you installed and not version 2 or where is this installed? Localhost or a server? If it's a server you can PM me details if you want me to have a look

Quote Originally Posted by Nightbeat View Post
I was wondering if there is any .php to .html rewrite rule for V3?
In the htaccess for V2 there was something like:
Code: 
RewriteRule ^download-([^/]+)-([^/]+)\.html download.php?id=$1 [QSA,L,NC]
but I'm facing some problems getting it to work on the index.php.
It would be awesome if there will be some plugin able to rewrite download links to this:
site/category/id-downloadname.html
Thanks in advance
Ya their is. It's in the config file. You can also modify the htaccess to match how you change the config. It's not to hard but that's more of a tutorial you have to follow rather than a plugin as it requires template edits so that's a different topic. I do have an Advanced SEO module which I'll release soon and I'll include re-writes in that if nobody makes a tutorial in the meantime. You can develop your website though as that's something you can do later. Take KWWHunction as an example. That was getting thousands of visitors and was about 4 years old before it introduced url rewrites.