Just installed latest download everything went fine however when I change URL method to method 2 these are the problems....
The links for but not limited to,
Admin Profile Live Top users Tag cloud Logout Submit New Story
All get bugged and lose there full names
example...
http://www..com/system/submit.php
becomes
http://www..com/system/submit
example2..
http://www..com/system/admin_index.php
becomes
http://www..com/system/admin
And all of them do not resolve correctly.
Also the rewrite rules coded here from the site is causing a server error I probally canfix this manually but could be a problem for others.
RewriteRule ^(all|system|)/([a-zA-Z0-9-]+)/?$ story.php?title=$2 [L]
RewriteRule ^(all|system|)/?$ ?category=$1 [L]
If someone can tell me how to fix the method problem without me having to dig through all of the code that would be great!