
jj.yvon at dis-info
Apr 10, 2012, 7:24 AM
Views: 184
Permalink
|
|
[chrokee] need help with redirecting rules
|
|
Hi, I'am a noob with cherokee and i have an issue with redirection. I'm migrating my old web server from Appache to cherokee and i havesome troubles to translate tow redirecting rules : # rediriger domaine.com vers www.domaine.com RewriteCond %{HTTP_HOST} ^domain\.fr$ [NC] RewriteRule ^(.*) http://www.domain.fr/$1 [QSA,R=301,L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*index.php RewriteRule ^index.php(.*)$ http://www.domain.fr$1 [R=301,L] I hope someone could help me to make this rules working. Thanks for reading. JJYVON -- View this message in context: http://cherokee-web-server-general.1049476.n5.nabble.com/chrokee-need-help-with-redirecting-rules-tp5630052p5630052.html Sent from the Cherokee Web Server - General mailing list archive at Nabble.com. _______________________________________________ Cherokee mailing list Cherokee [at] lists http://lists.octality.com/listinfo/cherokee
|