Multiple url rewrites

Permalink
How can I create multiple url rewrites in one .htaccess?
I'm having 2 conrete5 installations in 2 different folders. (2009 & 2010)
Tried a few things, but no luck.

thanks

Dutchwave
 
StriderSEO replied on at Permalink Reply
StriderSEO
No problem to do - just place an .htaccess file in each root directory of the C5 installations.

ex:
/
/2009
/2010

In / you have no .htaccess file - or maybe just something to handle URL canonicalization? But nothing C5 related.

In /2009 you have the .htaccess file from C5, which should include a line "RewriteBase /2009"

In /2010 you have the .htaccess from from that separate C5 installation, which should include a line "RewriteBase /2010"

Make sure you have the correct variables in the site.php file for each copy of C5.