|
|
|
Re:Howto: create homepages and 'subdomains' per us
|
|
Date: 2006/06/21 14:34
|
By: elDivino
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 10 |   | |
|
thanks alot.
okay I copy/paste your code in the file, but still get the 500 Error message.
any other ideas?
cheers cheers Tom
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Howto: create homepages and 'subdomains' per us
|
|
Date: 2006/06/22 22:49
|
By: elDivino
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 10 |   | |
|
trail wrote: I have no clue.. your error log does...
error log is still this one > > [Tue Jun 20 10:42:14 2006] [error] [client 80.219.131.155] mod_rewrite:maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary.
my provider says this script generates a loop because of pointing again to the directory with the htacess file
I don't understand the problem cheers Tom
|
|
The administrator has disabled public write access. |
|
|
|
Re:Howto: create homepages and 'subdomains' per us
|
|
Date: 2006/06/24 03:23
|
By: trail
|
Status: Admin
|
|
|
Karma: 656  
|
|
Admin  | Posts: 473 |   | |
|
Again, this a paste of my htaccess..
| Code: | RewriteEngine On
Options +FollowSymLinks
DirectoryIndex /index.php
RewriteBase /
RewriteCond %{HTTP_HOST} ([^/]+)\.djtrail\.nl [NC]
RewriteCond %1 !www$ [NC]
RewriteRule ^(.*)$ http://www.djtrail.nl/%1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
#
# usernaam toestand
#
RewriteRule ^([^/]+)/?$ index.php?option=com_comprofiler&task=userProfile&user='$1' [L]
|
The only thing i notice is an UNESCAPED dot in .ch in your RewriteCond..
Please take mine and change it VERY carefully to your domain.. LEAVE ANY slashes in the places where they are.. even if it looks weird..
Post edited by: trail, at: 2006/06/23 21:25 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/06/26 15:52
|
By: elDivino
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 10 |   | |
|
thanks again for the code
Damn it's so stupid
No I have no 500 ERROR Code anymore, but no forwarding
it only shows the frontpage
and without subdomains, like tuningworks.ch/tom it works and points to my userpage
I don't get this... cheers Tom
|
|
The administrator has disabled public write access. |
|
|