Forum Moderators: phranque
Yesterday you suggested me use this to redirect directories
RewriteCond $1 !^(Contacto¦En/Contact)\.html$ [NC]
becomes
RewriteCond $1 !^(Contacto\.html¦En/Contact\.html¦mm_menu\.js¦favicon\.ico¦images/) [NC]
The problem is with subdirectories in fact I have /Img with some subdirectories (Img/Img_Logos/) and I cant use your recomendation because it seems files such as .gif, .jpg, .png are redirected to https pages but when I have to back to http pages images are not showed.
One alternative but is very complicated due a lot of images on Img folder was write each file and works, but I suppose I could make it more easy.
Any recomendation?
Thank you in advance.
RewriteCond $1 !^(Contacto\.html¦En/Contact\.html¦mm_menu\.js¦favicon\.ico¦[b]Img/[/b]) [NC]
I must comment that it is up to you to do the work here. This is a discussion forum, not a "help desk." We *can* help with specific "single" questions, but we cannot support a "free coding project service" here. There are too many requests, not enough helpers, and no-one here is getting paid. If this project is important to you, then again, please study the documentation cited in our Forum Charter [webmasterworld.com], and learn to do this yourself. Or perhaps you should seek out a contractor.
Jim