Redirect /español to /espanol
10 posts
• Page 1 of 1
- electricwino
- Posts: 3
- Joined: 20 Feb 2014, 19:23
Redirect /español to /espanol
I am trying to redirect /español to /espanol
I have tried several ways of doing so including:
espa(Ñ|ñ|%C3%B1|Ñ|%F1|0xc3b1|ñ|ň)ol/?$
I have tried redirecting each one of these by themselves as well, but none of them will match the "ñ".
Right now I have a meta refresh if the url is "espa%C3%B1ol/" in the code and that works but only after showing the 404 page...I need to get it working in isapi. Does anyone know of a way I could get this working?
Electricwino
I have tried several ways of doing so including:
espa(Ñ|ñ|%C3%B1|Ñ|%F1|0xc3b1|ñ|ň)ol/?$
I have tried redirecting each one of these by themselves as well, but none of them will match the "ñ".
Right now I have a meta refresh if the url is "espa%C3%B1ol/" in the code and that works but only after showing the 404 page...I need to get it working in isapi. Does anyone know of a way I could get this working?
Electricwino
- HeliconAndrew
- Posts: 1264
- Joined: 07 Mar 2012, 10:16
Re: Redirect /español to /espanol
Hello,
What product are you using? ISAPI_Rewrite2 or 3? or is it HeliconApe?
What product are you using? ISAPI_Rewrite2 or 3? or is it HeliconApe?
- HeliconAndrew
- Posts: 1264
- Joined: 07 Mar 2012, 10:16
Re: Redirect /español to /espanol
It should be enough for you to just save .htaccess in unicode and it should work fiune with "ñ"
- electricwino
- Posts: 3
- Joined: 20 Feb 2014, 19:23
Re: Redirect /español to /espanol
I am using ISAPI_Rewrite3 on IIS
Electricwino
Electricwino
- HeliconAndrew
- Posts: 1264
- Joined: 07 Mar 2012, 10:16
Re: Redirect /español to /espanol
Did you try using something like:
RewriteRule ^español$ /espanol [NC,R=301,L]
and save it in unicode?
Regards
RewriteRule ^español$ /espanol [NC,R=301,L]
and save it in unicode?
Regards
- electricwino
- Posts: 3
- Joined: 20 Feb 2014, 19:23
Re: Redirect /español to /espanol
I had tried just about everything I could think of including unicode.
The client was getting impatient so I decide to do the redirect in ColdFusion.
I searched for "/espa%c3%b1ol/" and used a cflocation to redirect it to "/espanol" and that worked.
I was just not able to get it to work in isapi 3 on IIS.
Thank you for all of your suggestions.
The client was getting impatient so I decide to do the redirect in ColdFusion.
I searched for "/espa%c3%b1ol/" and used a cflocation to redirect it to "/espanol" and that worked.
I was just not able to get it to work in isapi 3 on IIS.
Thank you for all of your suggestions.
Re: Redirect /español to /espanol
Hi! I leave information about the java programming master, I hope you find it helpful!
http://www.euroinnova.edu.es/Master-En-Programacion-Aplicaciones-Java
http://www.euroinnova.edu.es/Master-En-Programacion-Aplicaciones-Java
Re: Redirect /español to /espanol
"/espa%c3%b1ol/" and used a cflocation to redirect it to "/espanol"
Other useful resources:
Spanish English translator online, bullet force multiplayer games
Other useful resources:
Spanish English translator online, bullet force multiplayer games
10 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests