| kikilala wrote: |
| what and how do I write in the htaccess for that membername.url.com ? I'ld really like that lil quicklink to members profile. |
I've tried but not worky.
Then i've tried this
| Code:: |
RewriteCond %{HTTP_HOST} ^www\.[^.]+\.cpgnuke\.com$
RewriteRule ^(.+) %{HTTP_HOST}$1 [C]
RewriteRule ^www\.([^.]+)\.cpgnuke\.com(.*) /index.php?name=Your_Account&op=userinfo&username=$1 [L] |
Almost worky but somehow Apache doesn't want to recognize them.
Maybe if they are put into the httpd.conf it will work.
Another trick is by using ~ like cpgnuke.com/~djmaze but that will give conflicts if there are accounts on the server