samedi 22 octobre 2016

How to apply rewrite rules for two folders with similar names?

I have folders blog, blog2 and i want to apply these rules

RewriteRule ^admin/(.*) blog/$1 [S=1]
RewriteRule ^blog/(.*) blog2/$1

So in url 'admin -> folder blog' and in url 'blog -> folder blog2'

Is it possible make it in .htaccess somehow?




Aucun commentaire:

Enregistrer un commentaire