Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
Re:url/username, no prob, now link on profile?
Date: 2006/07/13 08:25 By: tulula3 Status: User  
Karma: 2  
Fresh Joomlapolitan

Posts: 22
graphgraph
tulula3 wrote:
I have had the url/username virtual subdomain working for a while now but would like to know if someone's created a plugin or hacked the code yet to have an image and/or link like myspace.com has show members can announce automatically their URL on the website:

Link to my profile:
http://mywebsite.com/username

or

My URL on *this website*
http://mywebsite.com/username

... you get the picture... having an image next to the link also adds a bit more pizazz

Lisa


Bump! Anyone?
Click here to see the profile of this user The administrator has disabled public write access.

Re:Howto: create homepages and 'subdomains' per us
Date: 2006/07/18 01:41 By: trail Status: Admin  
Karma: 656  
Admin

Posts: 473
graphgraph
Timpi wrote:
Hello everyrbody,

it is not working on my site of the web too

Surely I did something wrong but what the did I wrong? Used the description of djtrail and the Forum information I have seen...

My file:
##
# @version $Id: htaccess.txt 1570 2005-12-29 05:53:33Z eddieajau $
# @package Joomla
# @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##

Options +FollowSymLinks

#
# mod_rewrite in use
#

RewriteEngine On

##
## NOTE!
## When using multiple Joomla sites or other web applications in sub-folders,
## you must explicitly turn the RewriteEngine off or use the settings
## recommended for the application
##

# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourJoomlaDirectory (just / for root)
/
# RewriteBase /YourJoomlaDirectory
RewriteBase /
#
# Rules
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/?$ index.php?option=com_comprofiler&task=userProfile&user='$1' [L]
RewriteCond %{REQUEST_FILENAME} !.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php


Any ideas?

Many Thanks
Timpi

Post edited by: Timpi, at: 2006/07/12 23:24<br><br>Post edited by: Timpi, at: 2006/07/12 23:25


the
# Update YourJoomlaDirectory (just / for root)
/
# RewriteBase /YourJoomlaDirectory
part is definately not ok.. remove that lonely slash
DJ Trail.
CB Co-Founder & Test-Lead.
Plugins: My Age, Starsign Matchmaking Horoscope, My Visitor, My Highscores, My ProfileID,
My Components: Import & Invite Karma Casino (Use Test / Test)
My Modules: Many
Click here to see the profile of this user The administrator has disabled public write access.

Re:Howto: create homepages and 'subdomains' per us
Date: 2006/07/19 22:19 By: nevsie Status: User  
Karma: 1  
Junior Joomlapolitan

Posts: 26
graphgraph
second attempt at trying to reply!!!

In short, i tried again with exactly the same file and it worked with no problems at all... Do not know how or why, but it does. I suspect somehting changed with the host.
But thanks djtrail...

for reference i attached a txt file of my htaccess if it is of help to anyone else. it is combined with the original joomla one i had.
File Attachment:
File name: mydoc.txt
File size:3978 bytes
Click here to see the profile of this user The administrator has disabled public write access.

Re:Howto: create homepages and 'subdomains' per us
Date: 2006/07/22 05:56 By: nevmega Status: User  
Karma: -1  
Fresh Joomlapolitan

Posts: 2
graphgraph
Is there a working example of this? I do not have open sef and would like to try to apply this technique. Also, is there a link to the newest version so I may be current.

_MEGA

Click here to see the profile of this user The administrator has disabled public write access.

Re:Howto: create homepages and 'subdomains' per us
Date: 2006/07/28 00:23 By: ginsu Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 12
graphgraph
I have been tryin for days to get this to work.

I have managed to get the subdomains to redirect so

sub.domain.com is converted to www.domain.com/sub

But the usernames are not found. Instead I get a 404 not found error.

Please can someone offer some assistance. My htaccess file is

Code:

  RewriteEngine On RewriteOptions MaxRedirects=10 DirectoryIndex index.php RewriteBase /html/ RewriteCond %{HTTP_HOST} ([^/]+)\.musikshed\.com [NC] RewriteCond %!www$ [NC] RewriteRule ^(.*)$ http://www.musikshed.com/%1 [R,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/?$ index.php?option=com_comprofiler&task=userProfile&user='$1' [L]

Click here to see the profile of this user The administrator has disabled public write access.

Re:Howto: create homepages and 'subdomains' per us
Date: 2006/08/08 10:23 By: demitkecil Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
Nice and Simple , Thank You
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC4)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC4, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers and now also to all registered joomlapolitans.

CB Login