Hi all! I have dug through the heaping amounts of mod_rewrite threads here and elsewhere and have come to no end!
I am wondering if this is not working because:
A) 1&1 Hosting is garbage.
B) Its on a subdomain.
Here is my code.
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_-]+)$ profile.php?username=$1
RewriteRule ^([a-zA-Z0-9_-]+)/$ profile.php?username=$1
Essentially I want it to work like this
http://wishlist.mellowmedia.ca/Dave points to http://wishlist.mellowmedia.ca/profile.php?username=Dave
Any ideas?