| 
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 us 5 years, 7 months ago #16891

  • Posts:
  • Karma:
Hi,

does anyone know if this works with SEF Advanced?

Cgeers,
Thoeri

Re:Howto: create homepages and 'subdomains' per us 5 years, 7 months ago #16903

  • Posts:
  • Karma:
Sorry,

Is this one the same of this topic feature:
www.joomlapolis.com/component/option,com...ew/id,2517/catid,20/

???

many Thanks

Re:Howto: create homepages and 'subdomains' per us 5 years, 7 months ago #16958

  • Posts:
  • Karma:
Zappy: Could be anything, maybe mod_rewrite is already used on your host for virtual hosting wich may mess things up.

nevsie: Try commenting out the lines DirectoryIndex and/or RewriteBase ?

Ramonskie: the last one, and dont forget to escape dots in that url like in the example

doctorlife: With this new info you can have subdomains, the other post was for /subdir style
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

Re:Howto: create homepages and 'subdomains' per us 5 years, 7 months ago #16967

  • Posts:
  • Karma:
Hi,

does anyone know if this works with SEF Advanced?

Cheers,
Thoeri

Re:Howto: create homepages and 'subdomains' per us 5 years, 7 months ago #16983

  • Posts:
  • Karma:
Can anyone assist me in this

I dont beg well but I can try it today..


Someone Save me Im drowning


Zappy

This e-mail address is being protected from spambots. You need JavaScript enabled to view it

Re:Howto: create homepages and 'subdomains' per us 5 years, 7 months ago #17000

  • Posts:
  • Karma:
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 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

Post edited by: Timpi, at: 2006/07/12 23:25
Time to create page: 0.78 seconds