.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

debugging - Reference - What does this error mean in PHP? -

Perl "Out of memory!" when processing a large batch job -