|
|
|
Re:Howto: create homepages and 'subdomains' per us
|
|
Date: 2006/07/11 21:39
|
By: thoeri
|
Status:
|
|
|
Karma: 2  
|
|
Senior Joomlapolitan  | Posts: 62 |   | |
|
Hi,
does anyone know if this works with SEF Advanced?
Cgeers, Thoeri
|
|
The administrator has disabled public write access. |
|
|
|
Re:Howto: create homepages and 'subdomains' per us
|
|
Date: 2006/07/12 14:46
|
By: trail
|
Status: Admin
|
|
|
Karma: 656  
|
|
Admin  | Posts: 473 |   | |
|
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 
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Howto: create homepages and 'subdomains' per us
|
|
Date: 2006/07/12 18:46
|
By: thoeri
|
Status:
|
|
|
Karma: 2  
|
|
Senior Joomlapolitan  | Posts: 62 |   | |
|
Hi,
does anyone know if this works with SEF Advanced?
Cheers, Thoeri
|
|
The administrator has disabled public write access. |
|
|
|
Re:Howto: create homepages and 'subdomains' per us
|
|
Date: 2006/07/12 23:47
|
By: zappy
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 6 |   | |
|
Can anyone assist me in this
I dont beg well but I can try it today..
Someone Save me Im drowning
Zappy
zappy@zapfoo.com
|
|
The administrator has disabled public write access. |
|
|
|
Re:Howto: create homepages and 'subdomains' per us
|
|
Date: 2006/07/13 05:24
|
By: Timpi
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 23 |   | |
|
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
Post edited by: Timpi, at: 2006/07/12 23:25
|
|
The administrator has disabled public write access. |
|
|