|
|
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 |   | |
|
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?
|
|
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 |   | |
|
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 
|
|
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 |   | |
|
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
|
|
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 |   | |
|
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 %1 !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]
|
|
|
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 |   | |
|
Nice and Simple , Thank You
|
|
The administrator has disabled public write access. |
|
|