Error with 1.2.1

Hi i have a problem with this last version.
" Internal Server Error 500
The server encountered an internal error or
misconfiguration and was unable to complete
your request.
Please contact the server administrator at
admin@example.com to inform them of the time this error occurred,
and the actions you performed just before this error.
More information about this error may be available
in the server error log.
"
The folder name is demo . I use wamp on win7

i edit .htaccess file
RewriteEngine on
RewriteBase /demo
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]

but not work,why? tyia

The .htaccess file looks correct so we have to take a look on the Apache error logs.
Could you share them with us by using pastebin.com?

yes, ty.

http://pastebin.com/yDAL6pFr

There is no mod_rewrite installed on your apache!

1 Like

Here: https://www.google.de/?gfe_rd=cr&ei=ln0RVbyKPM6wOuiKgZgE#q=install+mod_rewrite

ty all guys