| 
Welcome, Guest

Howto: create homepages and 'subdomains' per user
(1 viewing) (1) Guest

TOPIC: Howto: create homepages and 'subdomains' per user

Re:Howto: create homepages and 'subdomains' per user 3 years, 2 months ago #79753

  • Posts:
  • Karma:
I am having trouble getting this working.

When I type user.mydomain.com, it is redirected to www.mydomain.com/user

but all of the modules I have published on my front page show around the user profile.

I tried to navigate to www.mydomain.com/index.php?option=com_co...serProfile&user='user'

(where user is the name of a valid user)

but it only showed

"This profile does not exist or is no longer available"

Can anyone help me get this working?


Many thanks

Chris

Post edited by: classixuk, at: 2008/11/15 12:19

How to create homepages and 'subdomains' per user 3 years, 2 months ago #80366

  • Posts:
  • Karma:
This original topic started a couple of years ago, on dfferent versions of CB, so before I start rewriting the ht file:

I am using Joomla 1.5.8 with Legacy 1.0 & CB 1.2RC3

Cut and paste seems to be disabled, so a file upload would be helpful if anyone would have something that would fit the following structure:

my setup is:
domain.com/home (Home is where joomla is installed)

this is what need: domain.com/user
--and even better: user.domain.com

Thanks!

Re:Howto: create homepages and 'subdomains' per us 3 years, 1 month ago #82422

  • Posts:
  • Karma:
I'm on GoDaddy shared hosting with sh404SEF, cb 1.1, joomla 1.0.15. after implementing the htaccess changes while logged in, urls seem fine. When I log out all pages come back with a: Forbidden, Flooding server error msg...

Re:Howto: create homepages and 'subdomains' per us 3 years, 1 month ago #82436

  • Posts:
  • Karma:
Here's what I did to get the profiles to show up without the modules using J1.5.8/CB1.2RC4/Sef OFF

RewriteRule ^([^/]+)/?$ index.php?option=com_comprofiler&task=userProfile&Itemid=28&user='$1' [L]


The trick is to put in the "&itemid=" in the rewrite statement. I don't know if "28" is standard for all installations but it should be. Now, when you type in the short url, you get the profile to display without the front page modules.

Re:Howto: create homepages and 'subdomains' per user 2 years, 3 months ago #115060

  • Posts:
  • Karma:
If I type in www.domain.com/user it just brings me to the front page of the site. It doesn't go to the actual user's profile. I have tried this as being logged in (even as admin) and same thing.

I'm using Joomla 1.5.14 and CB 1.2.1. I'm not using any SEF extensions nor the built-in Joomla SEF function.

Re:Howto: create homepages and 'subdomains' per user 2 years, 3 months ago #115061

  • Posts:
  • Karma:
If I type in www.domain.com/user it just brings me to the front page of the site. It doesn't go to the actual user's profile. I have tried this as being logged in (even as admin) and same thing.

I'm using Joomla 1.5.14 and CB 1.2.1. I'm not using any SEF extensions nor the built-in Joomla SEF function.
Time to create page: 1.10 seconds