So I was getting the error 404 whenever I tried to view a profile. I did the following in order to fix the issue:
Enabled mod_rewrite in apache
Turned on Mod_Rewrite for the virtual directory
AllowOveride = All
So now it seems to load the module correctly....But now I get an Error 403 "You don't have permission to access the requested object. It is either read-protected or not readable by the server."
Any ideas?