//Webpage Not Found
If you do, this is because Apache can not load the rewrite_module. Open httpd.conf (If you are using WAMP, you can go to Windows Quick launch->WAMP->Apache->httpd.conf) and append the following line at the end:
LoadModule rewrite_module modules/mod_rewrite.so
Save the file and restart the server. Check Activity tab, you should be able to view the page.