View Single Post
  #8 (permalink)  
Old 03-24-2008, 02:49 PM
eijila eijila is offline
New Pligger
 
Join Date: Apr 2007
Location: USA
Posts: 15
Downloads: 15
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Did you add following code to htaccess?

RewriteRule ^(all|news|album|single|dvd%2Cmovie|etc)/([^/]+)/?$ story.php?title=$2 [L]
RewriteRule ^(all|news|album|single|dvd%2Cmovie|etc)/?$ ?category=$1 [L]

you should add codes which you can find under category management.
Reply With Quote