.htaccess - How do I rewrite /projects/* to /content/projects/* -


how rewrite /projects/* /content/projects/*

i don't know how this.

you can use rule:

rewriterule ^(projects/.*)$ /content/$1 [l,nc] 

Popular posts from this blog