I'm trying to setup a WAMP Server with magento however whenever I try and access the magento folder in local host I get an Internal error.
When I read the Apache error message it reads " C:/wamp64/www/Magento2/.htaccess: Invalid command '
I have attempted to use Apache Module mod_version however i got very confused in understanding what to actually do.
Any help and advice would be much appreciated.

enable mod_version in apache modules
In apache version 2.4.9, mod_version module is named as "version_module" in WAMP. I enabled it and magento worked as charm.