Ciao a tutti, una cortesia, ho un htaccess scritto in questo modo (ho copiato la cartella intera dal web)...ma non so come impostarlo per farlo funzionare in locale con Wamp. Potreste aiutarmi per favore?


<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>

l'errore che mi esce è il seguente:

Internal Server Error

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.

grazie
carlo