|
What you need to do is copy the text on bottom of the category admin page and paste it into you .htaccess file.
Comment out what is there now:
##### You can find the below lines pre-made for you in the category management section of the admin panel ######
#RewriteRule ^(all|pligg)/([^/]+)/?$ story.php?title=$2 [L]
#RewriteRule ^(all|pligg)/?$ ?category=$1 [L]
and replace it with:
RewriteRule ^(all|Cases|CellPhones|Coolers|DigitalCameras|Gadg ets|GPS|Laptops|Keyboardsandmice|Miscellaneous|Pri nters|SoundSystems|$
$stems|VideoCards|WebCameras)/?$ ?category=$1 [L]
(obviously your rewrite rule will differ from mine)
That should fix it for you,
Tony
|