|
|
Re:Creating a CUSTOM URL for users/members
|
|
Date: 2006/02/06 19:01
|
By: lennox
|
Status: User
|
|
|
Karma: 53  
|
|
Gold Joomlapolitan  | Posts: 280 |   | |
|
i can not download you're HTacces zip file, can you please post it on the forum as text? Thnx! ------ LENNOX Official CB 3th Party Developer Working on the CBRC2 Lennoxonline module Official partner and PR-man of dcsFlashGames RELEASED: Highest Karma Module RELEASED: PROFILE VOTE KARMA PLUGIN
 http://www.nightcity.nl
-----
|
|
The topic has been locked. |
|
|
|
Re:Creating a CUSTOM URL for users/members
|
|
Date: 2006/02/06 19:11
|
By: lennox
|
Status: User
|
|
|
Karma: 53  
|
|
Gold Joomlapolitan  | Posts: 280 |   | |
|
revo2001 wrote: THis is what is actually needed for this to work:
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/?$ /index.php?option=com_comprofiler&task=userProfile&user='$1' [L]
Works like a charm!
oke, i fixed it,
the 'code' above is not working for me, i got my site installed on: http://www.mysite.com/v2
So here is my solution that worked for me:
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/?$ /index.php?option=com_comprofiler&task=userProfile&user='$1' [L]
what is changed? delete this slash: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/?$ /index.php?option=com_comprofiler&task=userProfile&user='$1' [L] ------ LENNOX Official CB 3th Party Developer Working on the CBRC2 Lennoxonline module Official partner and PR-man of dcsFlashGames RELEASED: Highest Karma Module RELEASED: PROFILE VOTE KARMA PLUGIN
 http://www.nightcity.nl
-----
|
|
The topic has been locked. |
|
|
|
Re:Creating a CUSTOM URL for users/members
|
|
Date: 2006/02/06 19:27
|
By: hedingsi
|
Status: User
|
|
|
Karma: 19  
|
|
Expert Joomlapolitan  | Posts: 111 |   | |
|
Sorry Lennox
I can't add my code for any reason. so i maked a new zip. you can download it here: www.soundofdream.com/htaccess.zip CB3PD (Community Builder 3rd Party Developer) -*-*-*-*-*-*-*Current Projects*-*-*-*-*-*-*-*-*-*- Karmaplugin with Lennox Mood Pluding with avarage rate and statement function Watermark Upload Conrtibute -*-*-*-*-*-*-*Homepage*-*-*-*-*-*-*-*-*-*- http://www.soundofdream.com
|
|
The topic has been locked. |
|
|
|
Re:Creating a CUSTOM URL for users/members
|
|
Date: 2006/02/07 08:01
|
By: SIGHUP
|
Status:
|
|
|
Karma: -1  
|
|
Senior Joomlapolitan  | Posts: 51 |   | |
|
Heh that ones still doesn't work.
This is a bit frustrating, I'm sure it has to do with some server options why it doesn't work for me.
|
|
The topic has been locked. |
|
|
|
Re:Creating a CUSTOM URL for users/members
|
|
Date: 2006/02/07 08:03
|
By: SIGHUP
|
Status:
|
|
|
Karma: -1  
|
|
Senior Joomlapolitan  | Posts: 51 |   | |
|
lennox wrote: revo2001 wrote: THis is what is actually needed for this to work:
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/?$ /index.php?option=com_comprofiler&task=userProfile&user='$1' [L]
Works like a charm!
oke, i fixed it,
the 'code' above is not working for me, i got my site installed on: http://www.mysite.com/v2
So here is my solution that worked for me:
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/?$ /index.php?option=com_comprofiler&task=userProfile&user='$1' [L]
what is changed? delete this slash: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/?$ /index.php?option=com_comprofiler&task=userProfile&user='$1' [L]
Your fix was just a space? between / and index.php?blah blah blah?
|
|
The topic has been locked. |
|
|
|
Re:Creating a CUSTOM URL for users/members
|
|
Date: 2006/02/07 10:00
|
By: lennox
|
Status: User
|
|
|
Karma: 53  
|
|
Gold Joomlapolitan  | Posts: 280 |   | |
|
it worked without the slash, i think because i;m running my site on a http://www.mysite.nl/v3 It's a different directory then the standerd root. I'm hoping you understand my weird english words. It's to late in the night at the moment . ------ LENNOX Official CB 3th Party Developer Working on the CBRC2 Lennoxonline module Official partner and PR-man of dcsFlashGames RELEASED: Highest Karma Module RELEASED: PROFILE VOTE KARMA PLUGIN
 http://www.nightcity.nl
-----
|
|
The topic has been locked. |
|
|