Forums
(@alvintan)
16 years, 6 months ago
Ok, here’s what I’ve done but it doesn’t seems to work:
<IfModule mod_rewrite.c> Options +FollowSymlinks RewriteEngine On RewriteRule ^feed/([a-zA-Z0-9_-]+)$ http://localhost/past/category/$1/feed/rss [NC] </IfModule>