^^ In-case you mean you want to host it on your computer. Left-Click the wamp logo in your system tray and click “put online”.
Also, check to see if the Apache module “mod_rewrite” is active or “rewrite_module” (depending on Apache version). If it isn’t activated, activate it (needed later for decent permalinks).
Now, edit your httpd.conf (apache config, accessible via Wamp tray-menu).
Search for “directory”. Look for this (this is how it should look like)
<Directory />
Options All
AllowOverride All
Require all granted
</Directory>
^^ Make sure all of those match (Caps needed)
Also
after those lines, you’ll find a few lines of comments then:
Options Indexes FollowSymLinks
more comments then:
AllowOverride All
more comments then:
Require all granted
^^ Again, the first bits will be the same but the following words will differ, just make sure they match.
Sorry for being rather vague, but I don’t want to make a majorly large tutorial…
Good Luck with your site ??