|
|
|
Re:Howto: create homepages and 'subdomains' per user
|
|
Date: 2008/11/15 12:17
|
By: classixuk
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 6 |   | |
|
I am having trouble getting this working.
When I type http://user.mydomain.com, it is redirected to http://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 http://www.mydomain.com/index.php?option=com_comprofiler&task=userProfile&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
|
|
The administrator has disabled public write access. |
|
|
|
How to create homepages and 'subdomains' per user
|
|
Date: 2008/11/22 15:39
|
By: only1russ
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 17 |   | |
|
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! -- Russ T.
Using Joomla 1.5.8 with Legacy 1.0 & CB 1.2 RC4
domain.com/home (Joomla installed in "home")
|
|
The administrator has disabled public write access. |
|
|
|
Re:Howto: create homepages and 'subdomains' per us
|
|
Date: 2008/12/15 13:32
|
By: katwomanofsteele
|
Status:
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 24 |   | |
|
|
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...
|
|
The administrator has disabled public write access. |
|
|
|
Re:Howto: create homepages and 'subdomains' per us
|
|
Date: 2008/12/15 16:33
|
By: spikec
|
Status: User
|
|
|
Karma: 13  
|
|
Senior Joomlapolitan  | Posts: 96 |   | |
|
Here's what I did to get the profiles to show up without the modules using J1.5.8/CB1.2RC4/Sef OFF
| Code: | 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.
|
|
The administrator has disabled public write access. |
|
|