http://livestudios.sg/category/photocards to http://livestudios.sg/blog/photocards
but it doesn't seem to work.. what am I missing?
- Code: Select all
DirectoryIndex index.shtml index.php3 index.html index.htm index.php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond ${REQUEST_URI} ^.*/category/.*
RewriteRule ^/category/([A-Za-z0-9]+)$ /blog/$1 [R]
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>