Hi Saka; SEF vs Joomfish "Redirect to this URL" not working
- deejay
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 5 months ago #715
by deejay
Hi Saka,
Your product is very good; however, when i use {ccode} in "Redirect to this URL" in the configuration of the mambot, it starts looping and never resolves.
I was hoping to get the SEF Advanced to immediately forward the request to the proper language dir.
e.g. requests from Holland automatically go to lifeline.ipxl.nl/nl/
I enabled Joomfish support from the sef config. this is my .htaccess.
RewriteEngine On
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
RewriteCond %{THE_REQUEST} /index\.php [NC]
RewriteRule ^index\.php$ / [NC,R=301,L]
RewriteCond %{QUERY_STRING} ^lang=(en|nl|de)$ [NC]
RewriteRule ^index\.php$ /%1/? [R,L]
Added these last 4 lines for improved joomfish support, however for testing sef config i temporarily disabled them, without result.
Any idea ?
Rgds, D.J.
Your product is very good; however, when i use {ccode} in "Redirect to this URL" in the configuration of the mambot, it starts looping and never resolves.
I was hoping to get the SEF Advanced to immediately forward the request to the proper language dir.
e.g. requests from Holland automatically go to lifeline.ipxl.nl/nl/
I enabled Joomfish support from the sef config. this is my .htaccess.
RewriteEngine On
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
RewriteCond %{THE_REQUEST} /index\.php [NC]
RewriteRule ^index\.php$ / [NC,R=301,L]
RewriteCond %{QUERY_STRING} ^lang=(en|nl|de)$ [NC]
RewriteRule ^index\.php$ /%1/? [R,L]
Added these last 4 lines for improved joomfish support, however for testing sef config i temporarily disabled them, without result.
Any idea ?
Rgds, D.J.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
17 years 5 months ago #717
by Saka
Emir Sakic
www.sakic.net
Please use original .htaccess only that is included in SEF Advance package. I can't support any hacks or anything else.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.