SeoLife Posted June 25, 2021 Share Posted June 25, 2021 (edited) Muy buenas, a ver si alguien puede iluminarme jejejeje. El caso es que tengo una web en la que las urls de las categorías, páginas y los productos que acaban en .html no terminan en slash (/). Pero si se le añade, en vez de redireccionar a la url sin el flash (/) muestra un error 404. La home si redirecciona correctamente pero no todo lo demás (categorías, páginas cms y productos). He añadido en el htacces: <IfModule mod_rewrite.c> RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !(.*)/$ RewriteRule (.*) http://www.tudominio.com/$1/ [R=301,L,QSA] </IfModule> Pero no me sirve. He estado googleando y no he encontrado la forma de hacer bien la redirección. Alguien me puede decir que es lo que no estoy haciendo bien?? Muchas gracias. Edited June 25, 2021 by SeoLife (see edit history) Link to comment Share on other sites More sharing options...
Loadinges Posted July 30, 2021 Share Posted July 30, 2021 Buenas, Perdone la pregunta, ¿pero por qué motivo necesita que funcione con la barra (/) al final de la URL? Para intentar ayudarle. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now